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.cc | |
| 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.cc')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index 3db988b..2cecd0c 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -2949,7 +2949,7 @@ unsigned int shader_core_config::max_cta( const kernel_info_t &k ) const abort(); } - if(adpative_volta_cache_config && !k.volta_cache_config_set) { + if(adaptive_volta_cache_config && !k.volta_cache_config_set) { //For Volta, we assign the remaining shared memory to L1 cache //For more info, see https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#shared-memory-7-x unsigned total_shmed = kernel_info->smem * result; |
