mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
refactor: flush L3 after post sync
Related-To: NEO-13163 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
51c0057622
commit
1f862b3ee7
@@ -2349,7 +2349,7 @@ cl_int CL_API_CALL clFinish(cl_command_queue commandQueue) {
|
||||
auto pCommandQueue = castToObject<CommandQueue>(commandQueue);
|
||||
|
||||
retVal = pCommandQueue
|
||||
? pCommandQueue->finish()
|
||||
? pCommandQueue->finish(false)
|
||||
: CL_INVALID_COMMAND_QUEUE;
|
||||
TRACING_EXIT(ClFinish, &retVal);
|
||||
return retVal;
|
||||
|
||||
Reference in New Issue
Block a user