summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-05-07 16:32:22 -0400
committerMahmoud <[email protected]>2019-05-07 16:32:22 -0400
commit771329db8d43acda78c06253c56644bad0be7964 (patch)
treeef5100715514ec2bf973ccd706f9c957a3ca2ebb /src/gpgpu-sim/shader.cc
parentcf47bd8a20dfb75e8ba5d4aa8e41f570da0cb7f4 (diff)
parent4697483b3fffcdfcf81a4199d87c1255a8b55729 (diff)
Merge branch 'dev' of https://github.com/mkhairy/gpgpu-sim_distribution into dev
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
-rw-r--r--src/gpgpu-sim/shader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc
index d8949ab..007ad42 100644
--- a/src/gpgpu-sim/shader.cc
+++ b/src/gpgpu-sim/shader.cc
@@ -2966,7 +2966,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;