diff options
| author | Timothy G Rogers <[email protected]> | 2018-03-25 18:28:39 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-03-25 18:28:39 -0400 |
| commit | f7ff51824547d017bdfffcaff79a762ff07c6fdf (patch) | |
| tree | 331aefc5a9df52299b7e0f9d8de56439cf187d36 /src/gpgpu-sim | |
| parent | 82a62207406739bc8597326aa473a99007029d75 (diff) | |
| parent | 4e91a60a48b07f41f4bfb4d59fa2355024a3914b (diff) | |
Merge pull request #13 from tgrogers/dev-purdue-integration
Support for lonestar and modifying our configs to not completely screw up when the user configures the cache preference
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" ); |
