Skip to content

v1.16.9

Compare
Choose a tag to compare
@nrspruit nrspruit released this 15 Mar 16:17
· 69 commits to master since this release

oneAPI Level Zero Loader v1.16.9

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

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 code Gen scripts for zesInit Only
  • Fix Build using IntelLLVM compiler
  • Installation path fixes
  • Add USE_ASAN cmake flag for address sanitization