From e480b8ac999a7132ce003f102d5d5a80a776c2f6 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Thu, 11 Jul 2013 13:19:38 -0800 Subject: Adding option to force global memory accesses to skip L1 data cache while still caching data from local memory space. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16601] --- src/gpgpu-sim/shader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpgpu-sim/shader.h') diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 7c99ac5..f141019 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1272,6 +1272,8 @@ struct shader_core_config : public core_config mutable cache_config m_L1C_config; mutable cache_config m_L1D_config; + bool gmem_skip_L1D; // on = global memory access always skip the L1 cache + bool gpgpu_dwf_reg_bankconflict; int gpgpu_num_sched_per_core; -- cgit v1.3