mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ff200e94ab
commit
b4f018135d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user