fix: Don't use copy buffer rect middle builtin

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-08-27 10:38:58 +00:00
committed by Compute-Runtime-Automation
parent 903329bd5d
commit 0b848a5fdb
8 changed files with 62 additions and 214 deletions

View File

@@ -152,7 +152,6 @@ class ProductHelper {
virtual bool isIpSamplingSupported(const HardwareInfo &hwInfo) const = 0;
virtual bool isGrfNumReportedWithScm() const = 0;
virtual bool isThreadArbitrationPolicyReportedWithScm() const = 0;
virtual bool isCopyBufferRectSplitSupported() const = 0;
virtual bool isCooperativeEngineSupported(const HardwareInfo &hwInfo) const = 0;
virtual bool isTimestampWaitSupportedForEvents() const = 0;
virtual bool isTilePlacementResourceWaRequired(const HardwareInfo &hwInfo) const = 0;