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 78941ef commit 0bfc92dCopy full SHA for 0bfc92d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.18.1
4
+* Fix check for new ddi table in 1.11 and fix space in driver count check.
5
## v1.18.0
6
* v1.11 Spec Changes for the L0 Loader
7
* Wrap linker flags on Windows for IntelLLVM
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.0)
+project(level-zero VERSION 1.18.1)
15
16
include(GNUInstallDirs)
17
0 commit comments