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
/
gpu-cache.cc
Age
Commit message (
Expand
)
Author
2014-08-14
Merging
Tim Rogers
2014-08-14
Fixing a minor bug - if you new [] you have to delete []
Tim Rogers
2014-08-14
Addin in a protected constructor that can be used by derived classes of the t...
Tim Rogers
2014-08-14
Fixing L2 WriteBack bug caused by using the partition address for both set in...
Tayler Hetherington
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
- Fixing cache configuration groupings -> Now <cache configs>, <cache policie...
Tayler Hetherington
2014-08-14
Adding cache_request_status to the config-specific cache function pointers as...
Tayler Hetherington
2014-08-14
Fixing write-through and global write-evict, local write-through policies
Tayler Hetherington
2014-08-14
Updating comment in l1/l2 access functions
Tayler Hetherington
2014-08-14
gpu-cache revision #3. Now adding in function pointers for l1/l2 cache access...
Tayler Hetherington
2014-08-14
Revision #2 of modifying the cache hierarchy.
Tayler Hetherington
2014-08-14
Adding/updating comments for classes/functions on the recent changes (Doxygen...
Tayler Hetherington
2014-08-14
Moved the majority of function definitions (greater than one line) from gpu-c...
Tayler Hetherington
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Some Errors reported by valgrind
Tim Rogers
2014-08-14
Fixed the how the Pending Hits are displayed in simulation logs. See Bug 136...
Wilson Fung
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
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-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-03
1. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...
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-10
refactor: mostly finished getting rid of extern decl
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt