refactor: flush L3 after post sync

Related-To: NEO-13163
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-09-09 10:23:13 +00:00
committed by Compute-Runtime-Automation
parent 51c0057622
commit 1f862b3ee7
66 changed files with 205 additions and 245 deletions

View File

@@ -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;