We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c5230 commit fd91f14Copy full SHA for fd91f14
3 files changed
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Level zero loader changelog
2
+## v1.26.0
3
+* Refactor L0 Init to delay loading of driver libraries until flags match the drivers requested.
4
## v1.25.1
5
* Fix to zer Handle init to address replacement of ze driver handles
6
## 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.26.0)
17
include(GNUInstallDirs)
18
19
find_package(Git)
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.25.1
-e5e02150-416f-4ced-a1ed-bd8e0a776e6c
+1.26.0
+af2b4113-ecb0-4777-b3ce-d81307ed1156
0 commit comments