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-sim.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gpgpu-sim/gpu-sim.h') diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 8616fd4..cadddac 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -71,13 +71,6 @@ enum dram_ctrl_t { DRAM_FRFCFS=1 }; -enum FuncCache -{ - FuncCachePreferNone = 0, - FuncCachePreferShared = 1, - FuncCachePreferL1 = 2 -}; - struct power_config { -- cgit v1.3