Revert "performance: disable cpu caching for buffers on PTL"

This reverts commit c3f0c4e4ac.

Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
Tomasz Biernacik
2025-03-21 10:51:51 +00:00
committed by Compute-Runtime-Automation
parent 6e998fc3c1
commit f4f13dfeec
2 changed files with 0 additions and 9 deletions

View File

@@ -34,9 +34,4 @@ bool ProductHelperHw<gfxProduct>::isDirectSubmissionSupported(ReleaseHelper *rel
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isCachingOnCpuAvailable() const {
return false;
}
} // namespace NEO

View File

@@ -89,7 +89,3 @@ PTLTEST_F(PtlProductHelper, givenExternalHostPtrWhenMitigateDcFlushThenOverrideC
}
}
}
PTLTEST_F(PtlProductHelper, givenProductHelperWhenCallIsCachingOnCpuAvailableThenFalseIsReturned) {
EXPECT_FALSE(productHelper->isCachingOnCpuAvailable());
}