mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add levelZeroSupported field to RuntimeCapabilityTable
So initialization fails gracefully when Level Zero is executed in unsupported platforms. Change-Id: I06bd9f00260ebb1266108bd4ccee7abbc9275200 Signed-off: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
562e45db81
commit
0c1282ab82
@@ -57,6 +57,7 @@ struct RuntimeCapabilityTable {
|
||||
bool supportsPipes;
|
||||
bool supportsOcl21Features;
|
||||
bool hostPtrTrackingEnabled;
|
||||
bool levelZeroSupported;
|
||||
};
|
||||
|
||||
struct HardwareCapabilities {
|
||||
|
||||
Reference in New Issue
Block a user