diff options
| author | Mahmoud <[email protected]> | 2019-10-16 16:34:27 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-10-16 16:34:27 -0400 |
| commit | 48d13eea4b03bd07e383e6991be437a9e5395a51 (patch) | |
| tree | 5e40592c89d6cc646c32f263bc19019bf3f972c8 /src/gpgpu-sim/shader.h | |
| parent | 2f2ee7256ffd03e9bce838f74651254c1588cb39 (diff) | |
adding perfect inst and const support
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
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; }; |
