diff options
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 |
