Skip to content

Commit f64fd7f

Browse files
Revert "performance: disable cpu caching for buffers on PTL"
This reverts commit 681ef36. Signed-off-by: Compute-Runtime-Validation <[email protected]>
1 parent 4ae70a6 commit f64fd7f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

shared/source/xe3_core/ptl/os_agnostic_product_helper_ptl.inl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,4 @@ bool ProductHelperHw<gfxProduct>::isDirectSubmissionSupported(ReleaseHelper *rel
2929
return true;
3030
}
3131

32-
template <>
33-
bool ProductHelperHw<gfxProduct>::isCachingOnCpuAvailable() const {
34-
return false;
35-
}
36-
3732
} // namespace NEO

shared/test/unit_test/xe3_core/ptl/product_helper_tests_ptl.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ PTLTEST_F(PtlProductHelper, givenCompilerProductHelperWhenGetMidThreadPreemption
4343
PTLTEST_F(PtlProductHelper, givenProductHelperWhenCheckDirectSubmissionSupportedThenTrueIsReturned) {
4444
EXPECT_TRUE(productHelper->isDirectSubmissionSupported(releaseHelper));
4545
}
46-
47-
PTLTEST_F(PtlProductHelper, givenProductHelperWhenCallIsCachingOnCpuAvailableThenFalseIsReturned) {
48-
EXPECT_FALSE(productHelper->isCachingOnCpuAvailable());
49-
}

0 commit comments

Comments
 (0)