mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add supportsOcl21Features value to capability table
Related-To: NEO-4368 Change-Id: If176d3be7c47d9d9ab70beebe664f2d569997501 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4c23b60b30
commit
8fd40b090d
@@ -73,6 +73,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
|
||||
true, // supportsImages
|
||||
false, // supportsDeviceEnqueue
|
||||
false, // supportsPipes
|
||||
false, // supportsOcl21Features
|
||||
true // hostPtrTrackingEnabled
|
||||
};
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
|
||||
true, // supportsImages
|
||||
true, // supportsDeviceEnqueue
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
true // hostPtrTrackingEnabled
|
||||
};
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
|
||||
true, // supportsImages
|
||||
false, // supportsDeviceEnqueue
|
||||
false, // supportsPipes
|
||||
false, // supportsOcl21Features
|
||||
true // hostPtrTrackingEnabled
|
||||
};
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
true, // supportsImages
|
||||
true, // supportsDeviceEnqueue
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
true // hostPtrTrackingEnabled
|
||||
};
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ const RuntimeCapabilityTable SKL::capabilityTable{
|
||||
true, // supportsImages
|
||||
true, // supportsDeviceEnqueue
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
true // hostPtrTrackingEnabled
|
||||
};
|
||||
WorkaroundTable SKL::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user