aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn-div/stencils/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-11 01:19:52 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-11 01:19:52 +0200
commitaa986aacbb80e9f92f77d65de74ba5051054eac7 (patch)
tree0a1a6c9f209e818f7a1ec675ae8983abc5b9de2c /benchmarks/polybench-syn-div/stencils/Makefile
parentf46b0cd924705dcb4817129bb0504767c2225c20 (diff)
downloadvericert-kvx-aa986aacbb80e9f92f77d65de74ba5051054eac7.tar.gz
vericert-kvx-aa986aacbb80e9f92f77d65de74ba5051054eac7.zip
Add divider benchmarks
Diffstat (limited to 'benchmarks/polybench-syn-div/stencils/Makefile')
-rw-r--r--benchmarks/polybench-syn-div/stencils/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn-div/stencils/Makefile b/benchmarks/polybench-syn-div/stencils/Makefile
new file mode 100644
index 0000000..d2e1c9b
--- /dev/null
+++ b/benchmarks/polybench-syn-div/stencils/Makefile
@@ -0,0 +1,6 @@
+TARGETS := adi fdtd-2d heat-3d jacobi-1d jacobi-2d seidel-2d
+
+include ../common.mk
+
+adi.v: adi.c
+ $(VERICERT) $(VERICERT_OPTS) -O0 -finline $< -o $@