refactor: remove cl pipe related logic

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-02-25 12:34:16 +00:00
committed by Compute-Runtime-Automation
parent a017025e67
commit 374863ba08
40 changed files with 40 additions and 1085 deletions

View File

@@ -61,7 +61,6 @@ const RuntimeCapabilityTable ARL::capabilityTable{
true, // instrumentationEnabled
true, // supportCacheFlushAfterWalker
true, // supportsImages
false, // supportsPipes
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress

View File

@@ -66,7 +66,6 @@ const RuntimeCapabilityTable DG2::capabilityTable{
true, // instrumentationEnabled
true, // supportCacheFlushAfterWalker
true, // supportsImages
false, // supportsPipes
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress

View File

@@ -62,7 +62,6 @@ const RuntimeCapabilityTable MTL::capabilityTable{
true, // instrumentationEnabled
true, // supportCacheFlushAfterWalker
true, // supportsImages
false, // supportsPipes
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress