summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorJin Wang <[email protected]>2014-10-20 17:19:32 -0400
committerJin Wang <[email protected]>2016-07-05 09:05:36 -0400
commit5fc7bf5872aad126a09cad4b385054c4b3a094aa (patch)
tree448b5c9cc984f96a5a364d8842ff5c4e60290316 /src/abstract_hardware_model.h
parentd31c2da2b34d3d7a63d9980335c85d5e1a19ad02 (diff)
BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.uni in reconvergence
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 16f4b31..11fee10 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -864,6 +864,7 @@ public:
m_mem_accesses_created=false;
m_cache_hit=false;
m_is_printf=false;
+ m_is_cdp = false;
}
virtual ~warp_inst_t(){
}
@@ -1016,6 +1017,7 @@ protected:
unsigned cycles; // used for implementing initiation interval delay
bool m_isatomic;
bool m_is_printf;
+ bool m_is_cdp;
unsigned m_warp_id;
unsigned m_dynamic_warp_id;
const core_config *m_config;