oneAPI Level Zero Loader v1.3.6
oneAPI Level Zero Loader v1.3.6
API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.1.2.
Contents:
-
oneAPI Level Zero API Headers generated from:
-
oneAPI Level Zero Loader 1.3.6
-
oneAPI Level Zero Validation Layer 1.3.6
-
oneAPI Level Zero Tracing Layer 1.3.6
Packages Included:
-
level-zero -> Runtime package providing oneAPI Level Zero Loader & Validation Layer
-
level-zero-devel -> Development package providing oneAPI Level Zero Loader, Validation Layer & API Headers
Tested Platforms:
Runtime Implementations Supported
- intel-level-zero-gpu (https://github.com/intel/compute-runtime/releases)
- Minimum required version 21.09.19150
New to this Release:
- New Tracing Layer APIs to support tracing Level Zero core APIs introduced after the 1.0 Specification. A change of design was needed to allow extension to new APIs without breaking backwards compatibility of original tracing APIs. The original tracing layer APIs will continue to be supported for 1.0 core APIs, but users are encouraged to switch to the new tracing layer APIs.
- New Loader API to retrieve version information of loader and layers:
zelLoaderGetVersions
- Enabled discovery of Level Zero Compute Accelerators Drivers on windows
- Added CHANGELOG.md
- Bug Fixes:
- Fixed loader bug that could cause corruption of handles when there are multiple drivers loaded.
- Corrected version check in layers to future-proof compatibility checks