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 38b7739 commit 8065e6fCopy full SHA for 8065e6f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.18.2
4
+* Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis.
5
## v1.18.1
6
* Fix check for new ddi table in 1.11 and fix space in driver count check.
7
## v1.18.0
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.1)
+project(level-zero VERSION 1.18.2)
15
16
include(GNUInstallDirs)
17
0 commit comments