From b01fa51db00837d92906b2b972904f6e187666fb Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 4 Mar 2015 11:44:05 +0000 Subject: [PATCH] Improving benchmark to include Cshift --- Grid_main.cc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Grid_main.cc b/Grid_main.cc index a3ef32c8..4727470b 100644 --- a/Grid_main.cc +++ b/Grid_main.cc @@ -182,21 +182,19 @@ int main (int argc, char ** argv) printf("mult NumThread %d , Lattice size %d , %f Mflop/s\n",omp,lat,flops/(t1-t0)); printf("mult NumThread %d , Lattice size %d , %f MB/s\n",omp,lat,bytes/(t1-t0)); -/* - mult(FooBar,Foo,Bar); - // FooBar = Foo * Bar; + mult(FooBar,Foo,Bar); + FooBar = Foo * Bar; t0=usecond(); for(int i=0;i