mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: update incorrect debug_break
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1a00d96735
commit
be7b80746b
@@ -80,7 +80,7 @@ void InOrderExecInfo::reset() {
|
||||
if (deviceCounterAllocation) {
|
||||
memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize());
|
||||
} else {
|
||||
DEBUG_BREAK_IF(true);
|
||||
DEBUG_BREAK_IF(!deviceAddress);
|
||||
}
|
||||
|
||||
if (hostCounterAllocation) {
|
||||
|
||||
Reference in New Issue
Block a user