Skip to content

Commit

Permalink
Fixed double precision test in script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Jan 17, 2017
1 parent c7a7e0f commit 19a2b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -120,7 +120,7 @@ echo "1/7 Matrix multiplication (correctness)"
echo "2/7 Matrix multiplication (performance, single precision)"
./build/sgemm -n 8192 -k 8192 -m 8192 --repetitions=100 --regression=false > l2-sgemm-perf.log
echo "3/7 Matrix multiplication (performance, double precision)"
./build/sgemm -n 2048 -k 2048 -m 2048 --repetitions=100 --regression=false > l2-dgemm-perf.log
./build/sgemm -n 2048 -k 2048 -m 2048 --repetitions=100 --regression=false --double > l2-dgemm-perf.log


# Stencil operator
Expand Down

0 comments on commit 19a2b1b

Please sign in to comment.