summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-10-16 16:34:27 -0400
committerMahmoud <[email protected]>2019-10-16 16:34:27 -0400
commit48d13eea4b03bd07e383e6991be437a9e5395a51 (patch)
tree5e40592c89d6cc646c32f263bc19019bf3f972c8 /src/gpgpu-sim/shader.h
parent2f2ee7256ffd03e9bce838f74651254c1588cb39 (diff)
adding perfect inst and const support
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index ae88b7d..d41c220 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1523,7 +1523,7 @@ class shader_core_config : public core_config
//Jin: concurrent kernel on sm
bool gpgpu_concurrent_kernel_sm;
- bool adpative_volta_cache_config;
+ bool perfect_inst_const_cache;
};