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

@@ -490,6 +490,6 @@ HWTEST_F(EnqueueThreading, WhenFinishingThenKernelHasOwnership) {
csr->latestSentTaskCount = 1;
csr->latestFlushedTaskCount = 1;
pCmdQ->finish();
pCmdQ->finish(false);
}
} // namespace ULT