API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.12.15
Contents:
- oneAPI Level Zero API Headers generated from:
- oneAPI Level Zero Loader v1.20.2
- oneAPI Level Zero Validation Layer v1.20.2
- oneAPI Level Zero Tracing Layer v1.20.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:
What's Changed
- fix: potential memory leaks by @bibrak in #248
- Fixed pkg-config files generation by @ilya-lavrenov in #243
- Fix broken url by @hdelan in #251
- Fix libddi table query code generation by @nrspruit in #256
- Fix GET_FUNCTION_PTR warnings on windows by @nrspruit in #255
- Allow pkg-config files on Windows as well by @ilya-lavrenov in #254
- Update to spec 1.12 by @lisanna-dettwyler in #245
- Update to spec v1.12.15 by @nrspruit in #258
- Fix to validation layer param checker for extensions by @nrspruit in #262
- Update changelog and version to v1.20.2 by @nrspruit in #263
New Contributors
Full Changelog: v1.19.2...v1.20.2