diff options
| author | Tor Aamodt <[email protected]> | 2010-10-19 23:10:51 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-19 23:10:51 -0800 |
| commit | ee5ea34857e4ecc6c63d4971e549076c6a9888ba (patch) | |
| tree | 6931d8981a4179b479cfdc43cd3ec3972e754d9d /src/gpgpu-sim/l2cache.h | |
| parent | 6c65cb0119ca7c84993cab6b8828687e1b331bd0 (diff) | |
adding texture cache model with fragment fifo for latency hiding
passing CUDA 3.1 regression
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7886]
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
| -rw-r--r-- | src/gpgpu-sim/l2cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 6900394..7d1a8b2 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -103,7 +103,7 @@ private: unsigned m_id; const struct memory_config *m_config; class dram_t *m_dram; - class cache_t *m_L2cache; + class read_only_cache *m_L2cache; class L2interface *m_L2interface; // model delay of ROP units with a fixed latency |
