diff options
| author | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
| commit | 84213ffa0416139c7711eb0784b8a46b0de8c538 (patch) | |
| tree | 757072f83da2d4cc1a787185f7c3582145a2cd94 /src/gpgpu-sim/shader.cc | |
| parent | 62517049f7f0a2503cb72382a3fb089d3e037bb7 (diff) | |
code reformatting
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 65ec113..900ec90 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -3088,7 +3088,7 @@ unsigned int shader_core_config::max_cta( const kernel_info_t &k ) const switch (adaptive_cache_config) { case FIXED: break; - case VOLTA: { + case ADAPTIVE_VOLTA: { //For Volta, we assign the remaining shared memory to L1 cache //For more info about adaptive cache, see https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#shared-memory-7-x //assert(gpgpu_shmem_size == 98304); //Volta has 96 KB shared |
