diff options
| author | Tayler Hetherington <[email protected]> | 2014-07-08 16:06:37 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:59 -0700 |
| commit | 94a6b6c513c0afaf86770d2af0e41c8d7d0da3f5 (patch) | |
| tree | de4bb179535247ce61f018655ead524d90926c52 /src/gpgpu-sim/shader.h | |
| parent | 7cfef9166fe19e7fe73bf0d71e114dfec56e011b (diff) | |
- 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]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
