Russell McGuire

Results 4 comments of Russell McGuire

> On Linux, the hardcoded library names include the major and minor library version, i.e. > > ``` > MAKE_LIBRARY_NAME( "ze_intel_gpu", "0.4") > ``` > > results in `libze_intel_gpu.so.0.4`. >...

> So, if I understand correctly, once v1.0 is define, a loader version `v1.x` should be compatible with a library version `v1.y`: the major version (`v1`) will identify the ABI...

Just FYI, the version has been updated with latest commit. Things should align with the binaries in the libze_intel_gpu.so.0.8 now.

For Reference: https://dgpu-docs.intel.com/driver/client/overview.html View the section on Ubuntu 24.04 Two different things happening here: Error code 2013265921d is ZE_RESULT_ERROR_UNINITIALIZED = 0x78000001.. ( https://github.com/oneapi-src/level-zero/blob/1c0320bfdf0afe4b361e0297f9d10ac9dd6756fd/include/ze_api.h#L217 ) This indicates the L0 Loader cannot...