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 c46bdd5 commit 6fa9416Copy full SHA for 6fa9416
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Level zero loader changelog
2
3
+## v1.18.3
4
+* Update loader headers to spec 1.11 with fixed ddi ordering
5
+* Remove preload of all drivers given zeInitDrivers and update unit tests
6
## v1.18.2
7
* Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis.
8
## v1.18.1
CMakeLists.txt
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
11
endif()
12
13
# This project follows semantic versioning (https://semver.org/)
14
-project(level-zero VERSION 1.18.2)
+project(level-zero VERSION 1.18.3)
15
16
include(GNUInstallDirs)
17
0 commit comments