index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cuda-sim
/
ptx_sim.h
Age
Commit message (
Expand
)
Author
2025-02-18
A bunch of maintenance fixes, the largest of which is getting the PTX simulat...
Tim Rogers
2024-12-11
Add SST integration into gpgpusim (#44)
WilliamMTK
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/cuda-sim formatting"
Nick
2019-09-13
Add src/cuda-sim formatting
Nick
2019-07-11
Move g_ptx_cta_info_sm_idx_used
Mengchi Zhang
2019-06-20
Fix bug for bar.red.op.pred
Mengchi Zhang
2018-11-09
changes for checkpoint support
Deval Shah
2018-10-24
merged tensor-cores code
aamir
2018-06-06
added profilling xls and changes for regression
aamir
2018-06-01
wmma load working
aamir
2018-05-30
adding code for wmma_ld_impl, error at decode space
aamir
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-08-24
Added shfl instruction
sspenst
2016-08-05
Added ptx_warp_info to know how many threads within a warp have executed
sspenst
2016-07-11
Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...
sspenst
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2014-10-06
Fixed mac build fails
Myrice
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
fixing some assignment in the "get_operand_value" function where unsigned wer...
Ahmed El-Shafiey
2014-08-14
removing unused function
Tor Aamodt
2014-08-14
removing old barrier implementation (no longer used)
Tor Aamodt
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
Fixes for atomic callbacks
arun
2014-08-14
fixup some dangling references
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-12-28
- parameter memory and active threads now part of kernel_info_t:
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-05
broken change list: builds, but does not run, yet
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-30
integrating 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-24
integrate wilson's bug fix for cycle counting
Tor Aamodt
2010-08-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-08-08
refactoring: making g_current_symbol_table local to ptx_ir.cc
Tor Aamodt
2010-08-08
refactoring: start moving prototypes into headers
Tor Aamodt
2010-08-08
add listing function for ptx debugging
Tor Aamodt
2010-07-29
integrate operand collector (not compiling yet)
Tor Aamodt
2010-07-18
refactoring
Tor 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 different
Tor Aamodt
2010-07-17
integrating Wilson's bugfixes from release branch
Tor Aamodt
2010-07-17
- add support for ld/st with generic addresses
Tor Aamodt
2010-07-17
- add support for cvta and isspacep instructions (currently assuming
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt