index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
about
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-07-10
Move g_pc_to_finfo
Mengchi Zhang
2019-07-10
Move g_globals and g_constants
Mengchi Zhang
2019-07-10
Move g_inst_classification_stat and g_inst_op_classification_stat
Mengchi Zhang
2019-07-10
Move g_cuda_launch_blocking
Mengchi Zhang
2019-07-09
Move g_rpts
Mengchi Zhang
2019-07-09
Move gpgpu_param_num_shaders
Mengchi Zhang
2019-07-09
Move g_ptx_sim_mode
Mengchi Zhang
2019-07-09
Move g_global_name_lookup and g_constant_name_lookup
Mengchi Zhang
2019-07-09
Move g_ptx_kernel_count
Mengchi Zhang
2019-07-09
Move some more vars
Mengchi Zhang
2019-07-09
Move opcode_initiation_*
Mengchi Zhang
2019-07-09
Move opcode_latency_*
Mengchi Zhang
2019-07-08
Move g_ptx_sim_num_insn
Mengchi Zhang
2019-07-08
Move g_ptxinfo_error_detected
Mengchi Zhang
2019-07-08
Move cp_cta_resume
Mengchi Zhang
2019-07-08
Move cp_count
Mengchi Zhang
2019-07-08
Move opcode_latency_int thus pass gpgpu_context into many classes
Mengchi Zhang
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