mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Source Level Debugger device debugger active flag
- device flag indicating if debugger is active - when active, proper sip kernels must be used Change-Id: I678367cdf8fab5d4b5770e3f471246ff6d6bd112
This commit is contained in:
committed by
sys_ocldev
parent
6bf4135def
commit
9a86f86a24
@@ -254,4 +254,8 @@ double Device::getPlatformHostTimerResolution() const {
|
||||
GFXCORE_FAMILY Device::getRenderCoreFamily() const {
|
||||
return this->getHardwareInfo().pPlatform->eRenderCoreFamily;
|
||||
}
|
||||
|
||||
bool Device::isSourceLevelDebuggerActive() {
|
||||
return deviceInfo.sourceLevelDebuggerActive;
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user