From 69f2911e04ffb1b19eef1fafb8c040af271f656e Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 15 Jul 2010 18:09:46 -0800 Subject: creating branch for adding support for CUDA 3.x and Fermi [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829] --- benchmarks/CUDA/LPS/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 benchmarks/CUDA/LPS/Makefile (limited to 'benchmarks/CUDA/LPS/Makefile') 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 + -- cgit v1.3