mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +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
@@ -99,7 +99,7 @@ void ExperimentalCommandBuffer::addExperimentalCommands() {
|
||||
gpuAddr,
|
||||
*semaphoreData,
|
||||
MI_SEMAPHORE_WAIT::COMPARE_OPERATION_SAD_EQUAL_SDD,
|
||||
false, false, false);
|
||||
false, false, false, false);
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user