performance: remove TLB invalidations on BMG/Windows

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-09-17 12:08:34 +00:00
committed by Compute-Runtime-Automation
parent 9dfa9f1cbb
commit 1239858eda
4 changed files with 9 additions and 9 deletions

View File

@@ -67,4 +67,9 @@ bool ProductHelperHw<gfxProduct>::isHostUsmPoolAllocatorSupported() const {
return ApiSpecificConfig::OCL == ApiSpecificConfig::getApiType();
}
template <>
bool ProductHelperHw<gfxProduct>::isTlbFlushRequired() const {
return false;
}
} // namespace NEO

View File

@@ -33,11 +33,6 @@ bool ProductHelperHw<gfxProduct>::isDisableScratchPagesSupported() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isTlbFlushRequired() const {
return false;
}
template <>
uint64_t ProductHelperHw<gfxProduct>::getSharedSystemPatIndex() const {
return 0;