We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0488c78 commit 5172a58Copy full SHA for 5172a58
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Level zero loader changelog
2
+## v1.26.1
3
+* fix: Init DDI Tables during constructor
4
## v1.26.0
5
* Refactor L0 Init to delay loading of driver libraries until flags match the drivers requested.
6
## v1.25.2
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.26.0)
+project(level-zero VERSION 1.26.1)
17
include(GNUInstallDirs)
18
19
find_package(Git)
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.26.0
-af2b4113-ecb0-4777-b3ce-d81307ed1156
+1.26.1
+600ff616-cc9c-4f9e-b5f8-1dc04132c971
0 commit comments