summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.cc
AgeCommit message (Expand)Author
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
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-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-09-04adding trace class and parss kernel infoMahmoud
2019-09-03get rid of more UBNick
2019-07-12Move g_cdp_enabledMengchi Zhang
2019-07-11Move g_override_embedded_ptxMengchi Zhang
2019-07-11Move g_inst_lookupMengchi Zhang
2019-07-09Move m_ptx_save_converted_ptxplusMengchi Zhang
2019-07-07g_keep_intermediate_filesMengchi Zhang
2019-06-12Move all ptx_parser inside gpgpu_contextMengchi Zhang
2019-06-12Move print_ptx_fileMengchi Zhang
2019-06-12Integrate ptxinfo into gpgpu_contextMengchi Zhang
2019-06-12Move g_ptxinfo_filenameMengchi Zhang
2019-06-12Remove unused varsMengchi 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
2019-05-18Fix parser for loaderMengchi Zhang
2019-04-22Move ptxinfo to reentrantMengchi Zhang
2018-11-09resolving merge conflictDeval Shah
2018-07-23brought back ptxinfoJonathan
2018-06-30Cleaning up the setup env message a bit and having the simulator properly dum...tgrogers
2018-06-30changing the flow s.t. you cannot compile the simulator with a different vers...tgrogers
2018-06-29Fixing the PTXPLUS + new CUDA execution case.tgrogers
2018-06-29Allowing modern GPU configrations to properly run PTXPLUS.tgrogers
2018-06-06reverted some changed to pass regressionJonathan
2018-06-05ptx parse onlyJonathan
2018-06-04parses through all ptx files, TODO: need to impl dp4aJonathan
2018-06-01WIP attempting to parse ptx files in orderJonathan
2018-04-05fixing file pointer and attributes issuesAmruth
2018-04-04updating EOF condition for Mac usersAmruth
2018-04-04Prog gets stuck because it doesnt recieve EOFAmruth
2018-04-04adding missing ptxas flags for cdp supportAmruth
2018-03-31masked declaration leading to using unitialized buffer as file name, leading ...Tor Aamodt
2018-03-27considered CDP scenarioAmruth
2018-03-25code for removing duplicates in embedded ptxAmruth
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-06-13If ptxas notices any duplicate errors, they now automatically get resolved an...sspenst
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
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14Back out changelist 13683Andrew M. B. Boktor
2014-08-14Removing compiler warningsAndrew M. B. Boktor