mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
fix: Disable cache for heaps when mitigating dc flush
Related-To: NEO-10556 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2919d93778
commit
eb3b0c5711
@@ -422,7 +422,9 @@ bool ProductHelperHw<gfxProduct>::overrideCacheableForDcFlushMitigation(Allocati
|
||||
allocationType == AllocationType::mapAllocation ||
|
||||
allocationType == AllocationType::svmCpu ||
|
||||
allocationType == AllocationType::svmZeroCopy ||
|
||||
allocationType == AllocationType::internalHostMemory);
|
||||
allocationType == AllocationType::internalHostMemory ||
|
||||
allocationType == AllocationType::internalHeap ||
|
||||
allocationType == AllocationType::linearStream);
|
||||
}
|
||||
|
||||
template <PRODUCT_FAMILY gfxProduct>
|
||||
|
||||
Reference in New Issue
Block a user