summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.cc
AgeCommit message (Expand)Author
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-09Add support for SHF ptx instruction (#70)Cesar Avalos
2024-07-16Auto clang format (#74)Aaron Barnes
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
2022-02-01Update CopyrightsJRPAN
2021-10-17AccelWattch dev IntegrationVijayKandiah
2021-05-23format codeMahmoud Khairy A. Abdallah
2020-07-03add activemask, bfind, vmin, and vmax implementations from FrancoisLucy Liu
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-03remove more unused variables and added asserts to function return valuesNick
2019-08-22Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
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-06-27increase the function buffer againMahmoud
2019-06-23fixing the buffer limit for function namesMahmoud
2019-06-10adding new wmma instruction cogifMahmoud
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-10-24merged tensor-cores codeaamir
2018-08-14parsing changes for timing modelaamir
2018-08-09added loadaamir
2018-08-07implemented prmt and started working on variable precision mul instaamir
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
2018-06-11added all the configurationaamir
2018-06-05parse all ptx and add to symbol tableJonathan
2018-06-05added support for wmma:load_c:f16_typeaamir
2018-05-27added wmma parsing but execution getting abortedaamir
2018-04-01fix regressions -- move call to pre_decode into do_pdomTor Aamodt
2018-03-27support for pinned memories - temporary fixAmruth
2018-03-23dynamic pdom analysis at runtimeAmruth
2017-05-09Fix next block addr to link predicate ret block to consecutive blockMengchi Zhang
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-08-24Added shfl instructionsspenst
2016-07-06ADD: add separate cdp latencyJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-05MOD: compute child parameter sizeJin Wang
2016-07-05ADD: add support for cudaStreamCreateWithFlagsJin Wang
2016-07-05BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...Jin Wang
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2016-06-07The ptx parser now recognizes the NC option for ld.global, however this optio...sspenst
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel