mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Move IFP support flag to RuntimeCapabilityTable
Remove HwHelper::isIndependentForwardProgressSupported function. Related-To: NEO-4368 Change-Id: I97061620ee6e96c4666bb8af5f009129ff0d9175 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
2930c8feba
commit
fe13f0b522
@@ -73,6 +73,7 @@ const RuntimeCapabilityTable EHL::capabilityTable{
|
||||
false, // supportsPipes
|
||||
false, // supportsOcl21Features
|
||||
false, // supportsOnDemandPageFaults
|
||||
false, // supportsIndependentForwardProgress
|
||||
true, // hostPtrTrackingEnabled
|
||||
false // levelZeroSupported
|
||||
};
|
||||
|
||||
@@ -74,6 +74,7 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
false, // supportsOnDemandPageFaults
|
||||
true, // supportsIndependentForwardProgress
|
||||
true, // hostPtrTrackingEnabled
|
||||
true // levelZeroSupported
|
||||
};
|
||||
|
||||
@@ -73,6 +73,7 @@ const RuntimeCapabilityTable LKF::capabilityTable{
|
||||
false, // supportsPipes
|
||||
false, // supportsOcl21Features
|
||||
false, // supportsOnDemandPageFaults
|
||||
false, // supportsIndependentForwardProgress
|
||||
true, // hostPtrTrackingEnabled
|
||||
false // levelZeroSupported
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user