mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Limit space in tile for concurrent kernels on pvc
Related-To: NEO-7658, HSD-16016919338 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aa661c1878
commit
829c93ca68
@@ -117,6 +117,7 @@ class ProductHelperHw : public ProductHelper {
|
||||
void adjustNumberOfCcs(HardwareInfo &hwInfo) const override;
|
||||
bool isPrefetcherDisablingInDirectSubmissionRequired() const override;
|
||||
bool isStatefulAddressingModeSupported() const override;
|
||||
uint32_t getNumberOfPartsInTileForConcurrentKernel() const override;
|
||||
bool isPlatformQuerySupported() const override;
|
||||
bool isNonBlockingGpuSubmissionSupported() const override;
|
||||
bool isResolveDependenciesByPipeControlsSupported(const HardwareInfo &hwInfo, bool isOOQ) const override;
|
||||
|
||||
Reference in New Issue
Block a user