Skip to content

oneAPI Level Zero Loader v1.23.2

Choose a tag to compare

@nrspruit nrspruit released this 24 Jul 16:12

API Headers, Loader, & Validation Layer based on oneAPI Level Zero Specification v1.13.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 \include
  3. Add Library path for compiler to use \lib

Tested Platforms:

Runtime Implementations Supported

What's Changed

  • Check if the context is init given a user has incorrectly called driver get by @nrspruit in #351
  • DDI extension support by @nrspruit in #285
  • Fix gtest build to work for windows static or dynamic by @nrspruit in #353
  • Fix missing code gen and add check in sysman device get for context by @nrspruit in #354
  • fix destroy of loader dispatch given invalid init by @nrspruit in #352
  • Double check the dditable is checked even if the driver reports the api version by @nrspruit in #355
  • fix: add missing subdirectory by @marekkozl in #357
  • Add changelog for v1.23.0 by @nrspruit in #358
  • Fix Sysman only DDI Init for zesDriver compatibility by @nrspruit in #359
  • Fix potential SIOF issue with checker layers by @pbalcer in #362
  • fix: Avoid invalid casting into loader objects when DDI ext is supported by @vishnu-khanth in #363
  • fix: Fix the cert validation checker to call getInstance and fix null driver cmd list test by @nrspruit in #364

New Contributors

Full Changelog: v1.22.5...v1.23.2