Skip to content

oneAPI Level Zero v1.1.0

Compare
Choose a tag to compare
@bmyates bmyates released this 21 Jan 22:54
· 216 commits to master since this release

oneAPI Level Zero v1.1.0

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

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

Tested Platforms:

Runtime Implementations Supported

New to this Release:

Note: Level Zero Specification API did not change.

  • Update loader library to 1.1.0 to indicate addition of tracing layer implementation and associated APIs
  • Fixed bug when reading windows environment variables set by process before zeInit call. Before variables were not read correctly resulting in layers not being enabled as expected
  • Fixed bug in loader when using multiple drivers and a driver API returns an error code. Previously loader would incorrectly translate output handles from failed API calls
  • Deprecated a tracing implementation layer descriptor enum value due to incorrect name and added a replacement.