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
/
cuda-sim.h
Age
Commit message (
Expand
)
Author
2019-04-11
adding local xbar and fast execution mode
Mahmoud
2018-11-09
changes for checkpoint support
Deval Shah
2018-06-21
WIP adding support for PTX JIT and dumping params to cudaLaunches
Jonathan
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
Fixing the broken valgrind build.
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Adding configurable instruction latencies and initiation intervals
Andrew M. B. Boktor
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
fixup some dangling references
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-12-28
- Checkpointing new support for concurrent kernel execution (CUDA only, not O...
Tor Aamodt
2010-11-30
integrate changes (makes code more modular, i would argue)
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-09
refactoring: moving texture reference mappings into gpgpu_t
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-05
broken change list: builds, but does not run, yet
Tor Aamodt
2010-10-03
moving some CUDA API centric code to cuda_runtime_api.cc
Tor Aamodt
2010-10-03
1. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...
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-10
refactor: mostly finished getting rid of extern decl
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: moving PTX parsing functions into ptx_parser.*
Tor Aamodt
2010-08-08
refactoring: moving 'loading' operations into ptx_loader.*
Tor Aamodt
2010-08-08
refactoring: start moving prototypes into headers
Tor Aamodt
2010-08-07
watchpoint facility for ptx debugging
Tor Aamodt