mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
refactor: improve semaphore programming
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d7db6ac467
commit
def3f2e9ad
@@ -294,7 +294,7 @@ inline void HardwareInterface<GfxFamily>::dispatchDebugPauseCommands(
|
||||
EncodeSemaphore<GfxFamily>::addMiSemaphoreWaitCommand(*commandStream,
|
||||
address,
|
||||
static_cast<uint32_t>(waitCondition),
|
||||
COMPARE_OPERATION::COMPARE_OPERATION_SAD_EQUAL_SDD);
|
||||
COMPARE_OPERATION::COMPARE_OPERATION_SAD_EQUAL_SDD, false, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user