summaryrefslogtreecommitdiff
path: root/src/cuda-sim/instructions.cc
AgeCommit message (Expand)Author
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14Adding 64-bit support for atomicAdd, atomicExch, atomicCAS and created a brie...Wilson Fung
2014-08-14Integration change. Fix for div_impl with 32-bit and smaller integers.Wilson Fung
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-15Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce...Jimmy Kwa
2010-10-240.9756 correlation. Set L1T line size to 128 bytes... problem wasTor Aamodt
2010-10-22enables global loads/stores for ptxplusTor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-09refactoring: moving texture reference mappings into gpgpu_t Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor 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-08refactoring: moving PTX parsing functions into ptx_parser.*Tor Aamodt
2010-08-08refactoring: moving 'loading' operations into ptx_loader.*Tor Aamodt
2010-08-07watchpoint facility for ptx debuggingTor Aamodt
2010-07-21- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)Tor Aamodt
2010-07-19OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35Tor Aamodt
2010-07-18finished refactor+implement call/return passing (now working on simple exampl...Tor Aamodt
2010-07-18more refactoring of param passingTor Aamodt
2010-07-18continuing refactoring Tor Aamodt
2010-07-18refactoring call/return ABI code (want unified interface for call/return reg/...Tor Aamodt
2010-07-18finished moving cuda printf stuff to seperate file (step 2)Tor Aamodt
2010-07-18refactoringTor 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-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-16- integrate Wilson's bug fixes from release Tor Aamodt
2010-07-16- adding placeholders for new builtin registersTor Aamodt
2010-07-16- add placeholders for new (e.g., PTX 2.x) directives and instructionsTor Aamodt
2010-07-16- BlackScholes passing on CUDA 3.1Tor Aamodt
2010-07-15compiles with CUDA 3.1 (but, nothing tested)Tor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt