summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/LPS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/LPS/Makefile')
-rw-r--r--benchmarks/CUDA/LPS/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/CUDA/LPS/Makefile b/benchmarks/CUDA/LPS/Makefile
new file mode 100644
index 0000000..d842545
--- /dev/null
+++ b/benchmarks/CUDA/LPS/Makefile
@@ -0,0 +1,25 @@
+################################################################################
+#
+# Build script for project
+#
+################################################################################
+
+# Add source files here
+EXECUTABLE := laplace
+# CUDA source files (compiled with cudacc)
+CUFILES := laplace3d.cu
+# CUDA dependency files
+CU_DEPS := \
+ laplace3d_kernel.cu \
+
+# C/C++ source files (compiled with gcc / c++)
+CCFILES := \
+ laplace3d_gold.cpp \
+
+GPGPUSIM_ROOT := ../../..
+
+################################################################################
+# Rules and targets
+
+include ../../../common/common.mk
+