summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-05-08 11:37:32 -0400
committerMahmoud <[email protected]>2019-05-08 11:37:32 -0400
commit5325856b19fbb175d1f2af0a48cc0fa8e453ca24 (patch)
treef423fc04ce1aa3d0dc4011273986b4340d9f4ef8 /src/abstract_hardware_model.h
parentfe6506a14839b8614b5f4daa2d8331441feb6902 (diff)
parent90755c4dbdd8295b70632bb8e8868a980c9fd9ab (diff)
Merge branch 'dev' into dev-private
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index e8716ab..22ef509 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -386,6 +386,8 @@ struct core_config {
unsigned gpgpu_max_insn_issue_per_warp;
bool gmem_skip_L1D; // on = global memory access always skip the L1 cache
+
+ bool adaptive_volta_cache_config;
};
// bounded stack that implements simt reconvergence using pdom mechanism from MICRO'07 paper