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.cc
Age
Commit message (
Expand
)
Author
2025-08-19
running formatter (#126)
JRPan
2025-07-12
clock64 temp fix (#125)
Ahmad Alawneh
2024-07-16
Auto clang format (#74)
Aaron Barnes
2023-06-12
fixing bunch of formatting warnings (#53)
Ahmad Alawneh
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-15
Move g_ptx_cta_info_uid and symbol::sm_next_uid
Mengchi Zhang
2019-07-15
Move operand_info::sm_next_uid
Mengchi Zhang
2019-07-11
Move g_ptx_thread_info_uid_next
Mengchi Zhang
2019-07-11
Move g_ptx_thread_info_delete_count
Mengchi Zhang
2019-07-11
Move g_ptx_cta_info_sm_idx_used
Mengchi Zhang
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
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-06-03
Added support for %laneid SFR. Also added a notice clarifying that power mode...
speverel
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
This should fix the NNC undefined memory locations bug. It turned out that th...
Ahmed El-Shafiey
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Fixing compile error on my machine
Andrew M. B. Boktor
2014-08-14
Fixing one of the problems discovered for bug 154 (internal).
Wilson Fung
2014-08-14
No need to write pid in r0 if kernel doesn't use r0 (causes failure)
Andrew M. B. Boktor
2014-08-14
removing old barrier implementation (no longer used)
Tor Aamodt
2014-08-14
change copyright notice to include authors
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-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
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-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
refactoring: making g_current_symbol_table local to ptx_ir.cc
Tor Aamodt
2010-08-08
add listing function for ptx debugging
Tor Aamodt
2010-07-30
fix stack pointer update on return
Tor Aamodt
2010-07-20
- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se...
Tor Aamodt
2010-07-18
finished refactor+implement call/return passing (now working on simple exampl...
Tor Aamodt
2010-07-18
refactoring call/return ABI code (want unified interface for call/return reg/...
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-16
- integrate Wilson's bug fixes from release
Tor Aamodt
2010-07-16
- adding placeholders for new builtin registers
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt