diff options
| author | tgrogers <[email protected]> | 2018-03-25 16:51:21 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-25 16:51:21 -0400 |
| commit | 4e91a60a48b07f41f4bfb4d59fa2355024a3914b (patch) | |
| tree | 331aefc5a9df52299b7e0f9d8de56439cf187d36 /src/gpgpu-sim | |
| parent | bd2700c7a1b5be3e71ee2f0e9abab76719f2f462 (diff) | |
Need to make sure we don't kill the L1 too
Diffstat (limited to 'src/gpgpu-sim')
| -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 17f1714..bb448b3 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -245,7 +245,7 @@ void shader_core_config::reg_options(class OptionParser * opp) "per-shader L1 data cache config " " {<nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>,<mshr>:<N>:<merge>,<mq> | none}", "none" ); - option_parser_register(opp, "-gpgpu_cache:dl1PreShared", OPT_CSTR, &m_L1D_config.m_config_stringPrefShared, + option_parser_register(opp, "-gpgpu_cache:dl1PrefShared", OPT_CSTR, &m_L1D_config.m_config_stringPrefShared, "per-shader L1 data cache config " " {<nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>,<mshr>:<N>:<merge>,<mq> | none}", "none" ); |
