performance: enable PreferredAllocationMethod by KMD on PTL

Related-To: NEO-10526

Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com>
This commit is contained in:
Radoslaw Jablonski
2025-01-27 22:11:30 +00:00
committed by Compute-Runtime-Automation
parent 68f9300597
commit 6ead86f0e1
4 changed files with 27 additions and 0 deletions

View File

@@ -18,4 +18,10 @@ template <>
bool ProductHelperHw<gfxProduct>::isBufferPoolAllocatorSupported() const {
return false;
}
template <>
std::optional<GfxMemoryAllocationMethod> ProductHelperHw<gfxProduct>::getPreferredAllocationMethod(AllocationType allocationType) const {
return GfxMemoryAllocationMethod::allocateByKmd;
}
} // namespace NEO