refactor: remove always true variable - supportsOcl21Features

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-10-02 10:33:48 +00:00
committed by Compute-Runtime-Automation
parent 0cf67302b2
commit e9af7aee15
85 changed files with 302 additions and 501 deletions

View File

@@ -62,7 +62,6 @@ const RuntimeCapabilityTable BMG::capabilityTable{
.instrumentationEnabled = true,
.supportCacheFlushAfterWalker = false,
.supportsImages = true,
.supportsOcl21Features = true,
.supportsOnDemandPageFaults = true,
.supportsIndependentForwardProgress = true,
.isIntegratedDevice = false,

View File

@@ -60,7 +60,6 @@ const RuntimeCapabilityTable LNL::capabilityTable{
.instrumentationEnabled = true,
.supportCacheFlushAfterWalker = false,
.supportsImages = true,
.supportsOcl21Features = true,
.supportsOnDemandPageFaults = true,
.supportsIndependentForwardProgress = true,
.isIntegratedDevice = true,