performance: Limit tlb flush in state cache flush to wddm

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-05-06 09:27:41 +00:00
committed by Compute-Runtime-Automation
parent 0a59a26a2c
commit c1004b77bf
9 changed files with 21 additions and 10 deletions

View File

@@ -3071,7 +3071,7 @@ HWTEST2_F(CommandListStateBaseAddressPrivateHeapTest,
returnValue = cmdListObject->destroy();
EXPECT_EQ(ZE_RESULT_SUCCESS, returnValue);
EXPECT_TRUE(NEO::UnitTestHelper<FamilyType>::findStateCacheFlushPipeControl(csrStream));
EXPECT_TRUE(NEO::UnitTestHelper<FamilyType>::findStateCacheFlushPipeControl(csr, csrStream));
}
HWTEST2_F(CommandListStateBaseAddressPrivateHeapTest,