mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +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
@@ -490,6 +490,6 @@ HWTEST_F(EnqueueThreading, WhenFinishingThenKernelHasOwnership) {
|
||||
csr->latestSentTaskCount = 1;
|
||||
csr->latestFlushedTaskCount = 1;
|
||||
|
||||
pCmdQ->finish();
|
||||
pCmdQ->finish(false);
|
||||
}
|
||||
} // namespace ULT
|
||||
|
||||
Reference in New Issue
Block a user