summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
AgeCommit message (Expand)Author
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
2021-05-23format codeMahmoud Khairy A. Abdallah
2020-07-12Merge remote-tracking branch 'gpgpu/dev' into dev-4.xTim Rogers
2020-07-03add activemask, bfind, vmin, and vmax implementations from FrancoisLucy Liu
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-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-07-15Move operand_info::sm_next_uidMengchi Zhang
2019-07-11g_sym_name_to_symbol_tableMengchi Zhang
2019-07-11Move g_inst_lookupMengchi Zhang
2019-07-10Move g_pc_to_finfoMengchi Zhang
2019-07-10Move g_globals and g_constantsMengchi Zhang
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
2019-07-03Remove g_filenameMengchi Zhang
2019-07-03move g_shader_core_configMengchi Zhang
2019-07-01Move g_debug_ir_generation and GPGPUSim_InitMengchi Zhang
2019-06-12Fix some compiler warningMengchi Zhang
2019-06-12Add some vars in ptx_parserMengchi Zhang
2019-06-12Move symbol table globalsMengchi Zhang
2019-06-12Move all ptx_parser inside gpgpu_contextMengchi Zhang
2019-06-09Add more vars for ptx_parserMengchi Zhang
2019-06-09Move ptx_parser varsMengchi Zhang
2019-05-30Move some variables in ptx_parserMengchi Zhang
2019-05-20Fix col and linebufMengchi Zhang
2019-05-17Fix linebuf and colMengchi Zhang
2019-05-17Move ptx parser to reentrantMengchi Zhang
2018-11-09resolving merge conflictDeval Shah
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-11-02added incount and outcount, addressed all of the pull request commentsaamir
2018-10-24merged tensor-cores codeaamir
2018-10-05Merge pull request #15 from gjulianm/devTim Rogers
2018-08-16fix alignment bug in parser, modified ptxjitconfig, minor fixesJonathan
2018-08-10fixes ptxjitplus and cuLaunchKernelJonathan
2018-08-09added loadaamir
2018-08-07implemented prmt and started working on variable precision mul instaamir
2018-08-07working fix for deadlock due to operand collector, parser changes to support ...J
2018-06-05ptx parse onlyJonathan
2018-06-05parse all ptx and add to symbol tableJonathan
2018-06-04parses through all ptx files, TODO: need to impl dp4aJonathan
2018-05-31mma_ld_implaamir
2018-05-27added wmma parsing but execution getting abortedaamir
2018-03-26Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...Nathan Conrad
2017-08-17Merged all work on the dev branch since the divergence point into the dnn bra...speverel
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-05ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...Jin Wang