refactor: Add a new getter to product helper

Related-To: NEO-12952

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2025-04-28 18:40:02 +00:00
committed by Compute-Runtime-Automation
parent 949a2e5cb9
commit cb4443a545
4 changed files with 11 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ class ProductHelperHw : public ProductHelper {
bool isDisableScratchPagesSupported() const override;
bool isDisableScratchPagesRequiredForDebugger() const override;
bool areSecondaryContextsSupported() const override;
bool isPrimaryContextsAggregationSupported() const override;
bool isTile64With3DSurfaceOnBCSSupported(const HardwareInfo &hwInfo) const override;
bool isDcFlushAllowed() const override;
bool isDcFlushMitigated() const override;