API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.14.33
Contents:
- oneAPI Level Zero API Headers generated from:
- oneAPI Level Zero Loader v1.25.2
- oneAPI Level Zero Validation Layer v1.25.2
- oneAPI Level Zero Tracing Layer v1.25.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
What's Changed
- update leak checker for experimental function by @mateuszpn in #376
- Update Loader scripts and source to support v1.14.33 of the L0 Spec by @nrspruit in #377
- fix: segfaults in zer DDI intercepts by @vishnu-khanth in #378
- test: Add tests for zer API's by @vishnu-khanth in #381
- Fix zer Global table init to be optional and zero init DDI tables by @nrspruit in #382
- fix ULT typos in some driver ordering tests by @nrspruit in #383
- fix: typo in ult test name by @vishnu-khanth in #384
- Fix zello world tracing for multiple drivers by @nrspruit in #380
- Fix to zer Handle init to address replacement of ze driver handles by @nrspruit in #385
- Update to v1.25.1 with changelog by @nrspruit in #386
- Add Dynamic Tracing Support for Zer API's by @vishnu-khanth in #387
- Add workflow to test n-1 static loader from master branch & dynamic loader from PR by @vishnu-khanth in #390
- Add tests to validate tracing layer for Zer API's by @vishnu-khanth in #388
- fix: segfaults in Validation Layer for Zer API's by @vishnu-khanth in #392
- Updated to v1.25.2 by @nrspruit in #393
New Contributors
- @mateuszpn made their first contribution in #376
Full Changelog: v1.24.3...v1.25.2