diff options
| author | JRPAN <[email protected]> | 2021-05-19 17:27:43 -0400 |
|---|---|---|
| committer | JRPAN <[email protected]> | 2021-05-19 17:34:06 -0400 |
| commit | f27da224f3e468d600499a9d3619009ed9c70256 (patch) | |
| tree | 429938ac20a69eb6160b8da85eed08cf6d3246e8 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 4a762a933a054b5124fa46a12789ea98f5e2411d (diff) | |
Use cache config multipilier when possible
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index a2aa929..df30047 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -331,7 +331,7 @@ void shader_core_config::reg_options(class OptionParser *opp) { opp, "-gpgpu_shmem_option", OPT_CSTR, &gpgpu_shmem_option, "Option list of shared memory sizes", "0"); option_parser_register( - opp, "-gpgpu_unified_l1d_size", OPT_UINT32, &gpgpu_unified_l1d_size, + opp, "-gpgpu_unified_l1d_size", OPT_UINT32, &m_L1D_config.m_unified_cache_size, "Size of unified data cache(L1D + shared memory) in KB", "0"); option_parser_register(opp, "-gpgpu_adaptive_cache_config", OPT_BOOL, &adaptive_cache_config, "adaptive_cache_config", "0"); |
