feature: Add product helper for PidFdOrSocketForIPC

Related-To: NEO-15183

Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
Raiyan Latif
2025-06-11 18:04:46 +00:00
committed by Compute-Runtime-Automation
parent abe499a913
commit b6c2c59d8f
7 changed files with 45 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ class ProductHelperHw : public ProductHelper {
bool useAdditionalBlitProperties() const override;
bool isNonCoherentTimestampsModeEnabled() const override;
bool getStorageInfoLocalOnlyFlag(LocalMemAllocationMode usmDeviceAllocationMode, bool defaultValue) const override;
bool isPidFdOrSocketForIpcSupported() const override;
~ProductHelperHw() override = default;