Skip to content

oneAPI Level Zero Loader v1.17.39

Compare
Choose a tag to compare
@lisanna-dettwyler lisanna-dettwyler released this 30 Aug 16:48
· 10 commits to master since this release
519eed2

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:

  • Add Ubuntu 24.04 and 24.10 builds
  • Proper installation rules
  • Enable testing with ctest
  • Fix reading updated state of the driver_t for checking initStatus (#188)
  • Avoid DDI table reinit if ZE_ENABLE_LOADER_INTERCEPT=1 (#187)
  • Update spdlog headers (#186)
  • Fix handle translation when ddi table fallback (#185)
  • Split Ze and Zes Drivers and only release drivers at close (#184)
  • Fix issues with intercept layer and zesInit/zeInit given fallback to passthrough (#183)
  • Fix global teardown of loader handles and check driver status in init_driver (#182)