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 a95298b commit 6105ae9Copy full SHA for 6105ae9
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.18.4
4
+* Fix Backwards compatibility in ddi structs for EXP features
5
## v1.18.3
6
* Update loader headers to spec 1.11 with fixed ddi ordering
7
* Remove preload of all drivers given zeInitDrivers and update unit tests
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.3)
+project(level-zero VERSION 1.18.4)
15
16
include(GNUInstallDirs)
17
0 commit comments