summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 06c3082..b2a360d 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -369,6 +369,7 @@ class kernel_info_t {
// Jin: kernel timing
public:
+ unsigned allocated_ctas;
unsigned long long launch_cycle;
unsigned long long start_cycle;
unsigned long long end_cycle;