diff options
| author | Tim Rogers <[email protected]> | 2019-05-02 16:03:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-02 16:03:22 -0400 |
| commit | b169534b2b9470e6f51111a41d568f7d20f51945 (patch) | |
| tree | 6c13acf17fbdf827bf6e9e3864a411da85ee7cc2 /src/gpgpu-sim/shader.h | |
| parent | 60cbe5e00a76a655b093041d4ed3df3d07379094 (diff) | |
| parent | 7baae0e937143e0acfc71382eb432bdc42d4ca41 (diff) | |
Merge pull request #95 from CoffeeBeforeArch/volta_spelling_fix
Fix spelling from adpative -> adaptive for volta cache config
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 9abd223..473d6b0 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1523,7 +1523,7 @@ struct shader_core_config : public core_config //Jin: concurrent kernel on sm bool gpgpu_concurrent_kernel_sm; - bool adpative_volta_cache_config; + bool adaptive_volta_cache_config; }; struct shader_core_stats_pod { |
