From 94a6b6c513c0afaf86770d2af0e41c8d7d0da3f5 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Tue, 8 Jul 2014 16:06:37 -0800 Subject: - Code review 1173001 - Added a parameter to the cache configuration to configure the set index function. - Added a hash set index function to the Fermi L1 data cache for the two default cache sizes, 16KB/48KB with 32/64 sets. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18202] --- 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 6f31523..78ac55e 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1274,7 +1274,7 @@ struct shader_core_config : public core_config mutable cache_config m_L1I_config; mutable cache_config m_L1T_config; mutable cache_config m_L1C_config; - mutable cache_config m_L1D_config; + mutable l1d_cache_config m_L1D_config; bool gmem_skip_L1D; // on = global memory access always skip the L1 cache -- cgit v1.3