mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
fix: l3 flush after post sync logic in OCL
Related-To: NEO-13163 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
77e25f90d7
commit
f0f89836e0
@@ -555,7 +555,8 @@ class CommandQueueHw : public CommandQueue {
|
||||
CsrDependencies &csrDeps,
|
||||
KernelOperation *blockedCommandsData,
|
||||
TimestampPacketDependencies ×tampPacketDependencies,
|
||||
bool relaxedOrderingEnabled);
|
||||
bool relaxedOrderingEnabled,
|
||||
bool blocking);
|
||||
|
||||
MOCKABLE_VIRTUAL bool isGpgpuSubmissionForBcsRequired(bool queueBlocked, TimestampPacketDependencies ×tampPacketDependencies, bool containsCrossEngineDependency, bool textureCacheFlushRequired) const;
|
||||
void setupEvent(EventBuilder &eventBuilder, cl_event *outEvent, uint32_t cmdType);
|
||||
|
||||
Reference in New Issue
Block a user