aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/linear-algebra/blas/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-10 21:06:31 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-10 21:06:31 +0200
commitf21f8ed249030032f4b0a99c0fcd7e210ddb2e1b (patch)
tree6edc3fe2c6cdedf190a72352c4706df399358206 /benchmarks/polybench-syn/linear-algebra/blas/Makefile
parent817aea90deff7f381bf50d0cb7cbfc96c1c9ea7f (diff)
downloadvericert-kvx-f21f8ed249030032f4b0a99c0fcd7e210ddb2e1b.tar.gz
vericert-kvx-f21f8ed249030032f4b0a99c0fcd7e210ddb2e1b.zip
Add more documentation and clean up benchmarks
Diffstat (limited to 'benchmarks/polybench-syn/linear-algebra/blas/Makefile')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/blas/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/blas/Makefile b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
new file mode 100644
index 0000000..5c6d300
--- /dev/null
+++ b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
@@ -0,0 +1,3 @@
+all: gemm gemver gesummv symm syr2k syrk trmm
+
+include ../common.mk