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
/
gpgpu-sim
/
l2cache.cc
Age
Commit message (
Expand
)
Author
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2011-01-02
integrate
Tor Aamodt
2011-01-02
integrate bug fix (passes fast regression)
Tor Aamodt
2010-11-28
enabling L2 data cache... it is write through, write evict like L1.
Tor Aamodt
2010-11-28
adding 1st level data cache
Tor Aamodt
2010-10-24
0.9756 correlation. Set L1T line size to 128 bytes... problem was
Tor Aamodt
2010-10-24
1. updates to .gdbinit file
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-19
adding texture cache model with fragment fifo for latency hiding
Tor Aamodt
2010-10-18
Re-designed cache model:
Tor Aamodt
2010-10-16
1. creating cache_config object to encapsulate cache configuration information
Tor Aamodt
2010-10-16
1. refactoring histogram/logger so that classes are in header files
Tor Aamodt
2010-10-16
1. moving address decoding into a class (and out of cache entirely)
Tor Aamodt
2010-10-12
1. adding simt_core_cluster, which models a TPC or (for fermi) GPC...
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-02
refactor: mem_fetch now a class
Tor Aamodt
2010-10-02
refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
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
refactoring: mem_latency_stat in impl, etc...
Tor Aamodt
2010-07-17
- add support for cvta and isspacep instructions (currently assuming
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt
[prev]