oneAPI Level Zero Loader v1.33.0
Pre-release
Pre-release
API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.18.31
Contents:
- oneAPI Level Zero API Headers generated from:
- oneAPI Level Zero Loader v1.33.0
- oneAPI Level Zero Validation Layer v1.33.0
- oneAPI Level Zero Tracing Layer v1.33.0
Packages Included:
- libze1 -> Runtime package providing oneAPI Level Zero Loader & Validation Layer for Debian OS's
- libze-dev -> Development package providing oneAPI Level Zero Loader, Validation Layer & API Headers for Debian OS's
- level-zero-win-sdk -> Windows Software Development Kit for oneAPI Level-Zero
** Note: Source will build RPM based packages named level-zero*, just not tested and provided here.
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 26.04
- 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
What's Changed
- Fix incompatible strerror_r for non-gnu/windows libc by @rwmcguir in #493
- Add stdbool.h for C header inclusion correctness by @rwmcguir in #494
- Update zel* functions to use (void) instead of () by @rwmcguir in #497
- Fix spelling and grammar issues + add CI detection by @rwmcguir in #501
- Initial Feature commit for Extension Callback Tracing by @rwmcguir in #498
- Add missing tracing definitions into template by @rwmcguir in #503
- fix: incorrect translation of null handle in zet API by @rwmcguir in #505
- Update to Level Zero Spec v1.18.31 by @rwmcguir in #506
Full Changelog: v1.32.0...v1.33.0