From 48d13eea4b03bd07e383e6991be437a9e5395a51 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Wed, 16 Oct 2019 16:34:27 -0400 Subject: adding perfect inst and const support --- src/gpgpu-sim/shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/shader.h') 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; }; -- cgit v1.3