summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.h
AgeCommit message (Expand)Author
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/cuda-sim formatting"Nick
2019-09-13Add src/cuda-sim formattingNick
2019-07-11Remove standalone extern no_of_ptxMengchi Zhang
2019-07-11Move g_override_embedded_ptxMengchi Zhang
2019-07-09Move m_ptx_save_converted_ptxplusMengchi Zhang
2019-07-07g_keep_intermediate_filesMengchi Zhang
2019-07-03Remove g_filenameMengchi Zhang
2019-07-02Move ptxinfo_addinfoMengchi Zhang
2019-06-12Fix some compiler warningMengchi Zhang
2019-06-12Integrate ptxinfo into gpgpu_contextMengchi Zhang
2019-06-12Move g_ptxinfo_filenameMengchi Zhang
2019-06-12Move some function from ptx_loader to gpgpu_contextMengchi Zhang
2019-05-30Move fatbin etc globalsMengchi Zhang
2019-05-24Fix linebuf for ptxinfoMengchi Zhang
2018-07-23brought back ptxinfoJonathan
2018-06-01WIP attempting to parse ptx files in orderJonathan
2018-03-25code for removing duplicates in embedded ptxAmruth
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