From 5921d9d73d32e2eec38a4b154c4c71759ffb8a5f Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Mon, 15 Apr 2013 12:19:36 -0800 Subject: make sure L1 cache is flushed at a configuration change between kernels, even if flushing L1 cache between kernels option is not set [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15834] --- src/gpgpu-sim/gpu-cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/gpu-cache.cc') diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index 3d8d911..28fcd5c 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -48,7 +48,7 @@ const char * cache_request_status_str(enum cache_request_status status) } void l2_cache_config::init(linear_to_raw_address_translation *address_mapping){ - cache_config::init(m_config_string); + cache_config::init(m_config_string,FuncCachePreferNone); m_address_mapping = address_mapping; } -- cgit v1.3