summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/LPS/Makefile
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
committerTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
commit69f2911e04ffb1b19eef1fafb8c040af271f656e (patch)
tree231d3b6bdc3a202f7c255bfcf7bf2c36e32cee9e /benchmarks/CUDA/LPS/Makefile
creating branch for adding support for CUDA 3.x and Fermi
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829]
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
+