summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
AgeCommit message (Expand)Author
2025-02-18A bunch of maintenance fixes, the largest of which is getting the PTX simulat...Tim Rogers
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-16remove unused & unintilized variables & format automation (#69)JRPan
2024-08-09Add support for SHF ptx instruction (#70)Cesar Avalos
2024-07-16Auto clang format (#74)Aaron Barnes
2023-06-20fix most c warningsAhmad Alawneh
2021-05-23format codeMahmoud Khairy A. Abdallah
2020-07-12Merge remote-tracking branch 'gpgpu/dev' into dev-4.xTim Rogers
2020-07-03removed whitespace changesLucy Liu
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-04adding trace class and parss kernel infoMahmoud
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