Restore self-open ze_intel_gpu library on Linux

Change-Id: I3110c9b36d3cca660e87f3eae969d621dd6fe230
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-10-12 10:54:21 +02:00
committed by sys_ocldev
parent 99f0d2b1db
commit 633cb3a243
5 changed files with 605 additions and 413 deletions

View File

@@ -26,6 +26,9 @@ typedef struct _ze_gpu_driver_dditable_t {
ze_api_version_t version = ZE_API_VERSION_1_0;
bool enableTracing;
void *driverLibrary;
} ze_gpu_driver_dditable_t;
extern ze_gpu_driver_dditable_t driver_ddiTable;