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:
Jaime Arteaga
2020-04-11 16:07:22 -07:00
committed by sys_ocldev
parent 562e45db81
commit 0c1282ab82
15 changed files with 161 additions and 31 deletions

View File

@@ -57,6 +57,7 @@ struct RuntimeCapabilityTable {
bool supportsPipes;
bool supportsOcl21Features;
bool hostPtrTrackingEnabled;
bool levelZeroSupported;
};
struct HardwareCapabilities {