From bf981f1c32f6248b5e3f0f5b3585fcb0e1daca61 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Tue, 9 Nov 2010 12:18:30 -0800 Subject: Added modifications to Makefile to build decuda_to_ptxplus and download/patch Decuda. Modified config file for ptxplus regression so it runs the converted ptxplus. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8002] --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9469ec..29225ae 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,8 @@ endif ifneq ($(NVOPENCL_LIBDIR),) TARGETS += lib/libOpenCL.so endif + TARGETS += decuda_to_ptxplus/decuda_to_ptxplus + TARGETS += decuda gpgpusim: $(TARGETS) @@ -142,6 +144,12 @@ gpgpusimlib: cuda-sim gpgpu-sim_uarch intersim opencllib: cuda-sim $(MAKE) -C ./libopencl/ +decuda_to_ptxplus/decuda_to_ptxplus: + $(MAKE) -C ./decuda_to_ptxplus/ + +decuda: + ./getDecuda/getDecuda.sh + all: $(MAKE) gpgpusim @@ -157,4 +165,5 @@ endif $(MAKE) clean -C ./src/cuda-sim/ $(MAKE) clean -C ./src/gpgpu-sim/ $(MAKE) clean -C ./src/ + $(MAKE) clean -C ./decuda_to_ptxplus/ rm -rf ./lib/*.so* -- cgit v1.3