aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
diff options
context:
space:
mode:
authorNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 09:06:04 +0000
committerNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 09:06:04 +0000
commit38b249970456a55f0a69ff28070887367e113205 (patch)
treeb5feacc01671b00b55d34a1a41e0e6e3d9e9fa88 /benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
parent25f9100da11ccea1d8b5c24160270be425f2cab2 (diff)
downloadvericert-kvx-38b249970456a55f0a69ff28070887367e113205.tar.gz
vericert-kvx-38b249970456a55f0a69ff28070887367e113205.zip
final checks reworked and including compilation time in scriptdev-experiments
Diffstat (limited to 'benchmarks/polybench-syn/linear-algebra/blas/gesummv.c')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/blas/gesummv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c b/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
index e9fe78e..c7d30f3 100644
--- a/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
+++ b/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
@@ -49,6 +49,9 @@ int print_array(int n,
for (i = 0; i < n; plus(i)) {
res ^= y[i];
}
+#ifndef SYNTHESIS
+ printf("finished: %u\n", res);
+#endif
return res;
}