summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.cc
AgeCommit message (Expand)Author
2014-08-14Fixing one of the problems discovered for bug 154 (internal).Wilson Fung
2014-08-14No need to write pid in r0 if kernel doesn't use r0 (causes failure)Andrew M. B. Boktor
2014-08-14removing old barrier implementation (no longer used)Tor Aamodt
2014-08-14change copyright notice to include authorsTor 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-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor 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-23- add '-keep' option to keep intermediate files (used for OpenCL only right now)Tor Aamodt
2010-08-08refactor: shader.cc free of extern declarationsTor Aamodt
2010-08-08refactoring: making g_current_symbol_table local to ptx_ir.ccTor Aamodt
2010-08-08add listing function for ptx debuggingTor Aamodt
2010-07-30fix stack pointer update on returnTor Aamodt
2010-07-20- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se...Tor Aamodt
2010-07-18finished refactor+implement call/return passing (now working on simple exampl...Tor Aamodt
2010-07-18refactoring 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 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-16- integrate Wilson's bug fixes from release Tor Aamodt
2010-07-16- adding placeholders for new builtin registersTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt