API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.11.8
Contents:
- oneAPI Level Zero API Headers generated from:
- oneAPI Level Zero Loader v1.19.2
- oneAPI Level Zero Validation Layer v1.19.2
- oneAPI Level Zero Tracing Layer v1.19.2
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
- level-zero Windows SDK -> Windows Software Development Kit for oneAPI Level-Zero
Installation of Windows SDK
- extract level-zero-win-sdk*.zip
- Add Include path for compiler to use \include
- Add Library path for compiler to use \lib
Tested Platforms:
- Ubuntu 24.04
- Ubuntu 22.04
- Windows 11
Runtime Implementations Supported
- intel-level-zero-gpu (https://github.com/intel/compute-runtime/releases)
- Minimum required version 21.09.19150
New to this Release:
- Remove static result in InitDrivers given first init fails
- Fix to Use relative paths for events deadlock detection third party headers
- logging full path of loaded library in traces
- Fix utils build
- feature: events deadlock detection in validation layer
- Add Passing in the Result to Validation Checkers at Epilogue
- Disconnect zeInitDrivers and zeDriverGet
- Fix backwards compatibility usage of Get*ProcAddrTable
- Fix to add missing zeKernelGetExp API and header updates
- Fix zeInit Compatibility when zeInitDrivers is undefined