fix: bump exposed L0 API version to 1.13

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-09-01 08:59:12 +00:00
committed by Compute-Runtime-Automation
parent 19e0490e7d
commit b54b568ce2
4 changed files with 32 additions and 14 deletions

View File

@@ -1,11 +1,29 @@
<!---
Copyright (C) 2021-2024 Intel Corporation
Copyright (C) 2021-2025 Intel Corporation
SPDX-License-Identifier: MIT
-->
# Release Notes v1.13
Level Zero Core API.
September 2025
Changes in this release:
The update involves changes introduced across Level Zero spec from v1.6 upto and including v1.13. Some of the important changes are as follows:
| Feature | Spec link |
| ------------------ | -------------------|
| Support for RTAS Builder API | https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#rtasbuilder |
| Support for Counter Based Event Pool API | https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#counterbasedeventpool |
| Support for Bindless Images API | https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#bindlessimages |
| Support for Immediate Command List Append API | https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#immediatecommandlistappend |
| Support for Mutable Command List API | https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#mutablecommandlist |
# Release Notes v1.6
Level Zero Core API.