We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f42647 commit c0c23adCopy full SHA for c0c23ad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Level zero loader changelog
2
3
+## v1.20.5
4
+* Add option to enable logging each API call
5
+* basic_leak_checker: add support for zeMemFreeExt
6
+* Fix to teardown check to avoid context use after destroy
7
## v1.20.4
8
* Fix stype init for property query during init
9
* Fix Init error checking to check the validation layer checks
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.20.4)
+project(level-zero VERSION 1.20.5)
17
18
include(GNUInstallDirs)
19
0 commit comments