mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
refactor: remove always true variable - supportsOcl21Features
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0cf67302b2
commit
e9af7aee15
@@ -62,7 +62,6 @@ const RuntimeCapabilityTable BMG::capabilityTable{
|
||||
.instrumentationEnabled = true,
|
||||
.supportCacheFlushAfterWalker = false,
|
||||
.supportsImages = true,
|
||||
.supportsOcl21Features = true,
|
||||
.supportsOnDemandPageFaults = true,
|
||||
.supportsIndependentForwardProgress = true,
|
||||
.isIntegratedDevice = false,
|
||||
|
||||
@@ -60,7 +60,6 @@ const RuntimeCapabilityTable LNL::capabilityTable{
|
||||
.instrumentationEnabled = true,
|
||||
.supportCacheFlushAfterWalker = false,
|
||||
.supportsImages = true,
|
||||
.supportsOcl21Features = true,
|
||||
.supportsOnDemandPageFaults = true,
|
||||
.supportsIndependentForwardProgress = true,
|
||||
.isIntegratedDevice = true,
|
||||
|
||||
Reference in New Issue
Block a user