mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: dont program redundant in-order semaphore after cmds chaining
Related-To: NEO-7966 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4be1a8f615
commit
ae8494d379
@@ -133,7 +133,7 @@ struct BcsSplit {
|
||||
|
||||
if (cmdList->isInOrderExecutionEnabled()) {
|
||||
cmdList->appendSignalInOrderDependencyCounter();
|
||||
cmdList->handleInOrderDependencyCounter(signalEvent);
|
||||
cmdList->handleInOrderDependencyCounter(signalEvent, false);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user