refactor: remove not needed hw info member

- it is false on all platforms.

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2025-05-07 09:09:37 +00:00
committed by Compute-Runtime-Automation
parent 35926a5a18
commit c3eec70a97
17 changed files with 8 additions and 55 deletions

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable ADLN::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true, // isIntegratedDevice
true, // supportsMediaBlock
false, // p2pAccessSupported

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable ADLP::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true, // isIntegratedDevice
true, // supportsMediaBlock
false, // p2pAccessSupported

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable ADLS::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true, // isIntegratedDevice
true, // supportsMediaBlock
false, // p2pAccessSupported

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable DG1::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
false, // isIntegratedDevice
true, // supportsMediaBlock
true, // p2pAccessSupported

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable RKL::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true, // isIntegratedDevice
true, // supportsMediaBlock
false, // p2pAccessSupported

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true, // isIntegratedDevice
true, // supportsMediaBlock
false, // p2pAccessSupported