Skip to content

oneAPI Level Zero Loader v1.17.25

Compare
Choose a tag to compare
@lisanna-dettwyler lisanna-dettwyler released this 31 Jul 16:21
· 23 commits to master since this release

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

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

New to this Release:

  • Don't exchange zet/zes DDI tables for tracing
  • Fix OpenSSF token permissions warning
  • Rename init functions to avoid confusion with zeInit
  • Add missing ZE_RESULT_ERROR_UNINITIALIZED checks to zesDriverGet