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
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