We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919e9da commit 45560f7Copy full SHA for 45560f7
3 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Level zero loader changelog
2
+## v1.25.2
3
+* Enable support for Dynamic Tracing of zer* APIs
4
+* Fix issues with zer* apis during validation layer intercepts
5
## v1.25.1
6
* Fix to zer Handle init to address replacement of ze driver handles
7
## v1.25.0
CMakeLists.txt
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
endif()
14
15
# This project follows semantic versioning (https://semver.org/)
16
-project(level-zero VERSION 1.25.1)
+project(level-zero VERSION 1.25.2)
17
include(GNUInstallDirs)
18
19
find_package(Git)
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.25.1
-e5e02150-416f-4ced-a1ed-bd8e0a776e6c
+1.25.2
+738dfd00-2750-4425-9d91-6b68a2590ded
0 commit comments