diff options
| author | Nick <[email protected]> | 2019-02-18 11:21:14 -0500 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-02-18 11:21:14 -0500 |
| commit | 7baae0e937143e0acfc71382eb432bdc42d4ca41 (patch) | |
| tree | bf524d98631a3b01a2addbb1fe25c3e0d8b0b5a6 /src/gpgpu-sim/shader.h | |
| parent | 4ed2d9e106d797eeaf5199100984dc7c658cdc1e (diff) | |
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 { |
