mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add implicit barriers capability to opencl
Related-To: NEO-6262 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0897cb11ca
commit
61641bb70a
@@ -354,7 +354,7 @@ CompletionStamp &CommandWithoutKernel::submit(uint32_t taskLevel, bool terminate
|
||||
enqueueOperationType = EnqueueProperties::Operation::Blit;
|
||||
|
||||
UNRECOVERABLE_IF(!barrierNodes);
|
||||
if (commandStreamReceiver.isStallingPipeControlOnNextFlushRequired()) {
|
||||
if (commandStreamReceiver.isStallingCommandsOnNextFlushRequired()) {
|
||||
barrierNodes->add(commandStreamReceiver.getTimestampPacketAllocator()->getTag());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user