refactor: improve semaphore programming

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-09-11 15:39:43 +00:00
committed by Compute-Runtime-Automation
parent d7db6ac467
commit def3f2e9ad
18 changed files with 54 additions and 53 deletions

View File

@@ -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);
}
}
}