performance: disable tlb invalidation on LNL/Xe

Related-To: NEO-15939

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-09-01 13:02:43 +00:00
committed by Compute-Runtime-Automation
parent 90be39c9c0
commit 4a2c938c54
2 changed files with 9 additions and 0 deletions

View File

@@ -39,5 +39,10 @@ bool ProductHelperHw<gfxProduct>::deferMOCSToPatIndex(bool isWddmOnLinux) const
return !isWddmOnLinux;
}
template <>
bool ProductHelperHw<gfxProduct>::isTlbFlushRequired() const {
return false;
}
template class ProductHelperHw<gfxProduct>;
} // namespace NEO