aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 25 deletions
diff --git a/benchmarks/CUDA/LPS/Makefile b/benchmarks/CUDA/LPS/Makefile
deleted file mode 100644
index d842545..0000000
--- a/benchmarks/CUDA/LPS/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-################################################################################
-#
-# 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
-