OCL: Allow for RelaxedOrdering barriers in IOQ mode

Related-To: NEO-7458

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-03-24 13:21:15 +00:00
committed by Compute-Runtime-Automation
parent e49e245bec
commit f522744886
4 changed files with 79 additions and 19 deletions

View File

@@ -407,7 +407,8 @@ class CommandQueueHw : public CommandQueue {
EventBuilder &eventBuilder,
TaskCountType taskLevel,
CsrDependencies &csrDeps,
CommandStreamReceiver *bcsCsr);
CommandStreamReceiver *bcsCsr,
bool hasRelaxedOrderingDependencies);
void processDispatchForCacheFlush(Surface **surfaces,
size_t numSurfaces,
LinearStream *commandStream,