performance: limit tlb flush scope to DG2

Related-To: NEO-7116

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-10-30 17:29:01 +00:00
committed by Compute-Runtime-Automation
parent d755c3b3e4
commit 10d123ae3e
6 changed files with 15 additions and 23 deletions

View File

@@ -63,7 +63,7 @@ void ProductHelperHw<gfxProduct>::adjustSamplerState(void *sampler, const Hardwa
template <PRODUCT_FAMILY gfxProduct>
bool ProductHelperHw<gfxProduct>::isTlbFlushRequired() const {
bool tlbFlushRequired = true;
bool tlbFlushRequired = false;
if (debugManager.flags.ForceTlbFlush.get() != -1) {
tlbFlushRequired = !!debugManager.flags.ForceTlbFlush.get();
}