performance: disable blit enqueue on LNL

Resolves: NEO-11471

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-07-03 13:28:55 +00:00
committed by Compute-Runtime-Automation
parent b40ec06256
commit a96f2ea13a
11 changed files with 35 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ bool ProductHelperHw<gfxProduct>::isEvictionIfNecessaryFlagSupported() const {
}
template <>
bool ProductHelperHw<gfxProduct>::blitEnqueueAllowed() const {
bool ProductHelperHw<gfxProduct>::blitEnqueueAllowed(bool isWriteToImageFromBuffer) const {
return false;
}