summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
AgeCommit message (Collapse)Author
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
* fixing bunch of formating warrnings * remove unintialized and unused results warnnings * revert the changes , as it doenst fix the warning --------- Co-authored-by: Fangjia Shen <[email protected]>
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 ↵Mahmoud
into dev-traces
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/cuda-sim formatting"Nick
This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e.
2019-09-13Add src/cuda-sim formattingNick
2019-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-traces
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
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-11g_sym_name_to_symbol_tableMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-11Move g_inst_lookupMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_pc_to_finfoMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_globals and g_constantsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-03Remove g_filenameMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-03move g_shader_core_configMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-01Move g_debug_ir_generation and GPGPUSim_InitMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-12Fix some compiler warningMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-12Add some vars in ptx_parserMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-12Move symbol table globalsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-12Move all ptx_parser inside gpgpu_contextMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-09Add more vars for ptx_parserMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-09Move ptx_parser varsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-05-30Move some variables in ptx_parserMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-05-20Fix col and linebufMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-05-17Fix linebuf and colMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-05-17Move ptx parser to reentrantMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2018-11-09resolving merge conflictDeval Shah
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is ↵aamir
stuck in deadlock
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
Naive fix of OpenCL parse errors
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
culaunchkernel
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). ↵Nathan Conrad
Clang gives warnings about this.
2017-08-17Merged all work on the dev branch since the divergence point into the dnn ↵speverel
branch, incorporating Dynamic Parallelism and many bug fixes.
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-05ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ↵Jin Wang
Kernel launch to stream not yet implemented