]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Changed cache size passed to FFT again to half of the real cache size such that the...
authorBart Van Assche <bvanassche@acm.org>
Thu, 19 Jun 2008 16:14:30 +0000 (16:14 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 19 Jun 2008 16:14:30 +0000 (16:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8260

exp-drd/scripts/run-splash2

index 79aa70bf101316f822bb0c4db37011df881a88e2..a8eeb62f68c50fa329886dd2bb0a6f63ee8c905c 100755 (executable)
@@ -175,7 +175,7 @@ log2_cache_size=$(log2 ${cache_size})
 )
 
 # FFT
-run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size)) -m18
+run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m18
 
 # LU, contiguous blocks.
 run_test ${SPLASH2}/codes/kernels/lu/contiguous_blocks/LU -n1024