fix: support correct max fill pattern size

Related-To: NEO-14372

Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
Tomasz Biernacik
2025-10-19 13:24:00 +00:00
committed by Compute-Runtime-Automation
parent ff200e94ab
commit b4f018135d
18 changed files with 131 additions and 165 deletions

View File

@@ -251,7 +251,6 @@ class ProductHelper {
virtual bool localDispatchSizeQuerySupported() const = 0;
virtual bool supportReadOnlyAllocations() const = 0;
virtual bool isDeviceToHostCopySignalingFenceRequired() const = 0;
virtual size_t getMaxFillPatternSizeForCopyEngine() const = 0;
virtual bool isAvailableExtendedScratch() const = 0;
virtual std::optional<bool> isCoherentAllocation(uint64_t patIndex) const = 0;
virtual bool isStagingBuffersEnabled() const = 0;