summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/DirectedTests/Makefile
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-17 10:29:05 -0800
committerTor Aamodt <[email protected]>2010-07-17 10:29:05 -0800
commitd3d0b38b90f14660ecb6243373daa921f8ae02b1 (patch)
tree9211056ccf334f37babafcecc662400bc42d278b /benchmarks/CUDA/DirectedTests/Makefile
parent9b43d5685c269331ea6d15fe3ed0dade063a798a (diff)
integrating Wilson's bugfixes from release branch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6869]
Diffstat (limited to 'benchmarks/CUDA/DirectedTests/Makefile')
-rw-r--r--benchmarks/CUDA/DirectedTests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/CUDA/DirectedTests/Makefile b/benchmarks/CUDA/DirectedTests/Makefile
new file mode 100644
index 0000000..2c09c1c
--- /dev/null
+++ b/benchmarks/CUDA/DirectedTests/Makefile
@@ -0,0 +1,3 @@
+
+TextureTest: TextureTest.cu
+ nvcc -g -o TextureTest TextureTest.cu