summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-05-13 19:42:43 -0400
committerGitHub <[email protected]>2019-05-13 19:42:43 -0400
commitcbb929b6f15f63f0b104e2acac7a17f02c0208fe (patch)
treeed2bf825d27848c818a9293075cf9b9d73a26864 /src/abstract_hardware_model.h
parentf507979bcf0f14d1e5843c9b08613d6b0a4bb7a2 (diff)
parent059dabc1af44b8eb60f0cacc8d5c2d06f1e85a00 (diff)
Merge pull request #118 from mkhairy/dev
Integrating Mahmoud's changes that improve simulation speed by 2-3x. Also includes a change that mitigates memory channel conflicts by using a random hashing function.
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