Skip to content

oneAPI Level Zero Loader v1.28.2

Latest

Choose a tag to compare

@nrspruit nrspruit released this 20 Feb 22:42
· 12 commits to master since this release
6369d8d

API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.15.31

Contents:

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

  1. extract level-zero-win-sdk*.zip
  2. Add Include path for compiler to use \include
  3. Add Library path for compiler to use \lib

Tested Platforms:

Runtime Implementations Supported

What's Changed

  • Reduce impact of tracing layer enabled with no tracers by @nrspruit in #413
  • Update the tracing of APIs in the validation layer with params by @nrspruit in #404
  • add performance validation layer by @MichalMrozek in #427
  • feature: Add support for sysman python bindings by @shubskmr in #420
  • feature: Improve API Call Tracing and add ults by @nrspruit in #425
  • fix: log successful apis in the validation layer only if verbose is set by @nrspruit in #428

New Contributors

Full Changelog: v1.28.0...v1.28.2