mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Drop support flags of always supported properties
- stateless mocs is present in all state base address commands - select GPGPU pipeline is present in all pipeline select commands Related-To: NEO-5055 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2e65c1d522
commit
2b06aa1129
@@ -179,14 +179,12 @@ class ProductHelper {
|
||||
virtual bool getScmPropertyDevicePreemptionModeSupport() const = 0;
|
||||
|
||||
virtual bool getStateBaseAddressPropertyGlobalAtomicsSupport() const = 0;
|
||||
virtual bool getStateBaseAddressPropertyStatelessMocsSupport() const = 0;
|
||||
virtual bool getStateBaseAddressPropertyBindingTablePoolBaseAddressSupport() const = 0;
|
||||
|
||||
virtual bool getPreemptionDbgPropertyPreemptionModeSupport() const = 0;
|
||||
virtual bool getPreemptionDbgPropertyStateSipSupport() const = 0;
|
||||
virtual bool getPreemptionDbgPropertyCsrSurfaceSupport() const = 0;
|
||||
|
||||
virtual bool getPipelineSelectPropertyModeSelectedSupport() const = 0;
|
||||
virtual bool getPipelineSelectPropertyMediaSamplerDopClockGateSupport() const = 0;
|
||||
virtual bool getPipelineSelectPropertySystolicModeSupport() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user