Add implicit barriers capability to opencl

Related-To: NEO-6262

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-11-06 01:42:54 +00:00
committed by Compute-Runtime-Automation
parent 0897cb11ca
commit 61641bb70a
12 changed files with 182 additions and 43 deletions

View File

@@ -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());
}
}