summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.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
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-07-11Move g_ptx_cta_info_sm_idx_usedMengchi Zhang
2019-06-20Fix bug for bar.red.op.predMengchi Zhang
2018-11-09changes for checkpoint supportDeval Shah
2018-10-24merged tensor-cores codeaamir
2018-06-06added profilling xls and changes for regressionaamir
2018-06-01wmma load workingaamir
2018-05-30adding code for wmma_ld_impl, error at decode spaceaamir
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-08-05Added ptx_warp_info to know how many threads within a warp have executedsspenst
2016-07-11Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...sspenst
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2014-10-06Fixed mac build failsMyrice
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14fixing some assignment in the "get_operand_value" function where unsigned wer...Ahmed El-Shafiey
2014-08-14removing unused functionTor Aamodt
2014-08-14removing old barrier implementation (no longer used)Tor Aamodt
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14Fixes for atomic callbacksarun
2014-08-14fixup some dangling referencesTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-30integrating CL 7421-7434 from fermi-test Tor Aamodt
2010-08-29- integrate changes from fermi-test (CL's under that path in range 7261-7418).Tor Aamodt
2010-08-24integrate wilson's bug fix for cycle countingTor Aamodt
2010-08-09refactor: remove extern decl up to gpgpusim_entrypoint.ccTor Aamodt
2010-08-08refactoring: making g_current_symbol_table local to ptx_ir.ccTor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-08-08add listing function for ptx debuggingTor Aamodt
2010-07-29integrate operand collector (not compiling yet)Tor Aamodt
2010-07-18refactoringTor Aamodt
2010-07-18- simple device printf support added (supports %u, %d, %f)Tor Aamodt
2010-07-17- added *implied* local memory stack pointer for functional execution Tor Aamodt
2010-07-17- adding new memory_space_t type to enable differentiation of differentTor Aamodt
2010-07-17integrating Wilson's bugfixes from release branchTor Aamodt
2010-07-17- add support for ld/st with generic addressesTor Aamodt
2010-07-17- add support for cvta and isspacep instructions (currently assumingTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt