Skip to content

v1.15.8

Compare
Choose a tag to compare
@nrspruit nrspruit released this 19 Dec 19:52
· 27 commits to master since this release

oneAPI Level Zero Loader v1.15.8

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

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 <level-zero_win-sdk>\include
  3. Add Library path for compiler to use <level-zero_win-sdk>\lib

Tested Platforms:

Runtime Implementations Supported

New to this Release:

  • Fix build when using clang-cl on Windows
  • set RUNTIME DESTINATION in install for layer libraries
  • added github actions runs on latest windows
  • Windows.h replaced with windows.h
  • Added support for enabling/disabling tracing layer during runtime
  • check in DriverGet to verify the dditable pointer is valid