From b09eeed6aa36239f661d6452e996e3e5f8ef5984 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Wed, 19 Sep 2012 14:51:45 -0800 Subject: Revision #2 of modifying the cache hierarchy. Separated the L1 and L2 cache access() implementations. Removed PRIVATE/SHARED cache scope configurations. Added WRITE_EVICT cache write policy. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14109] --- src/gpgpu-sim/shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/shader.h') diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 078633d..262a3be 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -922,7 +922,7 @@ private: tex_cache *m_L1T; // texture cache read_only_cache *m_L1C; // constant cache - data_cache *m_L1D; // data cache + l1_cache *m_L1D; // data cache std::map > m_pending_writes; std::list m_response_fifo; opndcoll_rfu_t *m_operand_collector; -- cgit v1.3