summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-10-11 14:16:33 -0400
committerGitHub Enterprise <[email protected]>2018-10-11 14:16:33 -0400
commit982d7e02ff64c8978d5635bbc2b3515e2145574b (patch)
tree04e71c63714464d17105f8ae2563a99365d821f8 /src/abstract_hardware_model.h
parenta43799f779a2cf23728659733649506a2d5420df (diff)
parentbeeafb66d2e2bb441ab1eacade75322a72961be0 (diff)
Merge pull request #28 from abdallm/dev-purdue-integration
Dev purdue integration
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 e708fa7..6fa2ba0 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -301,6 +301,8 @@ public:
unsigned long long start_cycle;
unsigned long long end_cycle;
unsigned m_launch_latency;
+
+ mutable bool volta_cache_config_set;
};
struct core_config {