diff options
| author | Tor Aamodt <[email protected]> | 2010-10-01 08:55:28 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-01 08:55:28 -0800 |
| commit | 11b308e7363e937966b035b4891db32b4eece3bf (patch) | |
| tree | 50ca4c9ad6f163ac4acb2bf505e64dfebed66947 /benchmarks/CUDA/LPS/Makefile | |
| parent | bb820c116764d7a1b8e071137d32b74e7f34dd2f (diff) | |
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]
Diffstat (limited to 'benchmarks/CUDA/LPS/Makefile')
| -rw-r--r-- | benchmarks/CUDA/LPS/Makefile | 25 |
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 - |
