summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.h
AgeCommit message (Expand)Author
2018-06-29Allowing modern GPU configrations to properly run PTXPLUS.tgrogers
2016-05-13changed gpgpu_ptxinfo_load_from_string definition for Ahmedsspenst
2016-05-13changed the SM version flag for generating ptxinfo to be dynamic instead of 20sspenst
2014-08-14Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...Andrew M. B. Boktor
2014-08-14Supporting the option for removing temporary filesAndrew M. B. Boktor
2014-08-14Removing all remaining traced of decudaAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14change copyright notice to include authorsTor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-03moving some CUDA API centric code to cuda_runtime_api.ccTor Aamodt
2010-10-031. integrating Inder's changesTor Aamodt
2010-10-031. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-08** fully decouple kernel compilation from kernel launch for openclTor Aamodt
2010-08-08refactoring: moving 'loading' operations into ptx_loader.*Tor Aamodt