mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: add new semaphore param
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f3d36d3350
commit
fce016ee7a
@@ -566,7 +566,8 @@ void EncodeSemaphore<Family>::programMiSemaphoreWait(MI_SEMAPHORE_WAIT *cmd,
|
||||
bool registerPollMode,
|
||||
bool waitMode,
|
||||
bool useQwordData,
|
||||
bool indirect) {
|
||||
bool indirect,
|
||||
bool switchOnUnsuccessful) {
|
||||
constexpr uint64_t upper32b = static_cast<uint64_t>(std::numeric_limits<uint32_t>::max()) << 32;
|
||||
UNRECOVERABLE_IF(useQwordData || (compareData & upper32b));
|
||||
UNRECOVERABLE_IF(indirect);
|
||||
|
||||
Reference in New Issue
Block a user