summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
AgeCommit message (Expand)Author
2014-08-14Fixed the how the Pending Hits are displayed in simulation logs. See Bug 136...Wilson Fung
2014-08-14Now atomic operation will change the cache line status to modified at a hit, ...Wilson Fung
2014-08-14Fix for Bug 118: Cache line size restrictionsInderpreet Singh
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-11-28enabling L2 data cache... it is write through, write evict like L1.Tor Aamodt
2010-11-28adding 1st level data cacheTor Aamodt
2010-10-240.9756 correlation. Set L1T line size to 128 bytes... problem wasTor Aamodt
2010-10-19adding texture cache model with fragment fifo for latency hidingTor Aamodt
2010-10-18update lru state on hitTor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-161. refactoring histogram/logger so that classes are in header filesTor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-10-031. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...Tor Aamodt
2010-10-02refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-10refactor: mostly finished getting rid of extern declTor Aamodt
2010-07-17- add support for cvta and isspacep instructions (currently assumingTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt