summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
AgeCommit message (Expand)Author
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
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2015-07-10Increase line buffer sizeGuillermo Julián
2014-08-14Fixing jenkins failureAndrew M. B. Boktor
2014-08-14Allocating aligned local memoryAndrew M. B. Boktor
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14Adding single element vector operands to support tex.1d instructions in CUDA ...Wilson Fung
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Fixing compile error on my machineAndrew M. B. Boktor
2014-08-14Fix for bug #154-internal and #8-externalAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor