summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
AgeCommit message (Expand)Author
2019-07-15Move s_g_pc_to_insnMengchi Zhang
2019-07-15Move function_info::sm_next_idMengchi Zhang
2019-07-15Move g_ptx_cta_info_uid and symbol::sm_next_uidMengchi Zhang
2019-07-15Move g_num_ptx_inst_uidMengchi Zhang
2019-07-15Move operand_info::sm_next_uidMengchi Zhang
2019-07-10Move g_pc_to_finfoMengchi Zhang
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
2019-07-07g_keep_intermediate_filesMengchi Zhang
2018-11-09resolving merge conflictDeval Shah
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-10-24merged tensor-cores codeaamir
2018-08-16Timing model for VCOREnegargoli93
2018-08-16fix alignment bug in parser, modified ptxjitconfig, minor fixesJonathan
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-07-22added regression and debugged the failing testcaseaamir
2018-07-18added c++filt that works better, param offset dumping, protection for failing...Jonathan
2018-07-04dumps ptx kernels and scripts to launch all kernelsJonathan
2018-07-04dump and load block and grid size and launchJonathan
2018-06-28dumps pointers by accessing global memoryJonathan
2018-06-28Tests to find conditions that a value is a pointer and new mallocPtr_SizeJonathan
2018-06-27WIP dump paramsJonathan
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
2018-06-14bfe bug fixJonathan
2018-06-11added all the configurationaamir
2018-06-05added support for wmma:load_c:f16_typeaamir
2018-05-31mma_ld_implaamir
2018-05-30adding code for wmma_ld_impl, error at decode spaceaamir
2018-05-30changes for vector operandsaamir
2018-05-27added wmma parsing but execution getting abortedaamir
2018-05-12commit for eece527projectnegargoli93
2018-04-22Some classes were referred to as a class and a struct (reported as clang warn...Nathan Conrad
2018-04-19Crash when array pointers are passedAmruth
2018-04-14solving alignment issueAmruth
2018-04-01fix regressions -- move call to pre_decode into do_pdomTor Aamodt
2018-03-23dynamic pdom analysis at runtimeAmruth
2017-08-17Merged all work on the dev branch since the divergence point into the dnn bra...speverel
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-08-24Added shfl instructionsspenst
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-06BUG: wrong declaration for m_args_aligned_sizeJin Wang
2016-07-05MOD: compute child parameter sizeJin Wang
2016-07-05ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...Jin Wang
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14This should fix 2.3 regression and may fix others as well.Ahmed El-Shafiey
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14This should fix the NNC undefined memory locations bug. It turned out that th...Ahmed El-Shafiey
2014-08-14fixing some assignment in the "get_operand_value" function where unsigned wer...Ahmed El-Shafiey
2014-08-14Fixing a bug exposed by the fix for bug 42.Tim Rogers