feature: platform interrupt support detection

Related-To: NEO-14929

Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
Grochowski, Stanislaw
2025-08-27 19:35:16 +00:00
committed by Compute-Runtime-Automation
parent 9ec78a457b
commit 92a146c7d2
11 changed files with 63 additions and 4 deletions

View File

@@ -276,6 +276,7 @@ class ProductHelper {
virtual bool isPidFdOrSocketForIpcSupported() const = 0;
virtual bool checkBcsForDirectSubmissionStop() const = 0;
virtual bool shouldRegisterEnqueuedWalkerWithProfiling() const = 0;
virtual bool isInterruptSupported() const = 0;
virtual bool getStorageInfoLocalOnlyFlag(LocalMemAllocationMode usmDeviceAllocationMode, bool defaultValue) const = 0;
virtual ~ProductHelper() = default;