mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
feature: add indirect semaphore mode
Related-To: NEO-8242 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a441b10015
commit
6648065703
@@ -187,7 +187,7 @@ void MemorySynchronizationCommands<Family>::setAdditionalSynchronization(void *&
|
||||
gpuAddress,
|
||||
EncodeSemaphore<Family>::invalidHardwareTag,
|
||||
MI_SEMAPHORE_WAIT::COMPARE_OPERATION::COMPARE_OPERATION_SAD_NOT_EQUAL_SDD,
|
||||
false, true, false);
|
||||
false, true, false, false);
|
||||
commandsBuffer = ptrOffset(commandsBuffer, EncodeSemaphore<Family>::getSizeMiSemaphoreWait());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user