mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e49e245bec
commit
f522744886
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user