mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: correct using L0 loader functions
use zelLoaderTranslateHandle for translating handle to internal handle get pointer to zelSetDriverTeardown during global ctor don't load loader library by name get loader function pointers directly from current process Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a7c4256e65
commit
14fd9f3f24
@@ -12,6 +12,7 @@
|
||||
|
||||
struct _ze_image_handle_t {
|
||||
const uint64_t objMagic = objMagicValue;
|
||||
static const zel_handle_type_t handleType = ZEL_HANDLE_IMAGE;
|
||||
};
|
||||
|
||||
namespace NEO {
|
||||
|
||||
Reference in New Issue
Block a user