summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.cc
AgeCommit message (Expand)Author
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-08-07watchpoint facility for ptx debuggingTor Aamodt
2010-08-04intial support for integrated interactive debugger (for debugging PTX assembly)Tor Aamodt
2010-07-21- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)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-19OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35Tor 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-17getting rid of void pointers for ptx_thread_info Tor Aamodt
2010-07-17replacing suspicious looking code for local memory allocation management Tor Aamodt
2010-07-17param space updates for correct parsing (still need to allocate thread 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-17- bug fix: parsing hex int constants didn't have a-fA-F!?!Tor Aamodt
2010-07-16- template runs/passes with CUDA 3.1, but requires that CUDA 2.3 Tor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt