diff options
| author | Ayub Gubran <[email protected]> | 2011-10-25 11:29:28 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | de8e00b3fa36edcf7b8f5452501eff8bc0cdc70f (patch) | |
| tree | 67512edd29af9ff88be4b421c199523db5cea84a /decuda_to_ptxplus | |
| parent | 286e3535c65aed0744f69fee66d4f222279b8a82 (diff) | |
Undoing the rest of files mistakly changed in CL10695, this change completes the work of CL10697 which undone the changes to one file (stream_manager.cc). Here I undo the changes for 4 make files and more importantly the setup_enviroment file where I uncommented the include path of openCL as the case before CL10695, and I kept Tim changes to the CUDA path done later in CL10723 which he made originally to undo the work I did but didn't uncommet the openCL path which I do here.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10730]
Diffstat (limited to 'decuda_to_ptxplus')
| -rw-r--r-- | decuda_to_ptxplus/makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decuda_to_ptxplus/makefile b/decuda_to_ptxplus/makefile index b07d87b..ddc9c76 100644 --- a/decuda_to_ptxplus/makefile +++ b/decuda_to_ptxplus/makefile @@ -84,9 +84,6 @@ decudaInst.o: /usr/include/bits/byteswap.h /usr/include/sys/select.h decudaInst.o: /usr/include/bits/select.h /usr/include/bits/sigset.h decudaInst.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h decudaInst.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h -decudaInst.o: /usr/include/stdio.h /usr/include/libio.h -decudaInst.o: /usr/include/_G_config.h /usr/include/wchar.h -decudaInst.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h decudaInstList.o: decudaInstList.h decudaInst.h stringList.h decudaInstList.o: /usr/include/assert.h /usr/include/features.h decudaInstList.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h |
