aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/linear-algebra
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/polybench-syn/linear-algebra')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/blas/Makefile2
-rw-r--r--benchmarks/polybench-syn/linear-algebra/kernels/Makefile2
-rw-r--r--benchmarks/polybench-syn/linear-algebra/solvers/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/blas/Makefile b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
index 5cd6a49..e1f3b58 100644
--- a/benchmarks/polybench-syn/linear-algebra/blas/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
@@ -1,3 +1,3 @@
TARGETS := gemm gemver gesummv symm syr2k syrk trmm
-include ../common.mk
+include ../../common.mk
diff --git a/benchmarks/polybench-syn/linear-algebra/kernels/Makefile b/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
index 815b9a0..4b7f6e1 100644
--- a/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
@@ -1,3 +1,3 @@
TARGETS := 2mm 3mm atas bicg doitgen mvt
-include ../common.mk
+include ../../common.mk
diff --git a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
index b396027..146620b 100644
--- a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
@@ -1,3 +1,3 @@
TARGETS := cholesky durbin lu ludcmp trisolv
-include ../common.mk
+include ../../common.mk