From 11b308e7363e937966b035b4891db32b4eece3bf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 1 Oct 2010 08:55:28 -0800 Subject: integrating recent changes from fermi-test into fermi (i'll use "fermi" for more disruptive changes to the pipeline model such as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805] --- benchmarks/CUDA/LPS/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 benchmarks/CUDA/LPS/Makefile (limited to 'benchmarks/CUDA/LPS/Makefile') 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 - -- cgit v1.3