Skip to content

Commit be50653

Browse files
authored
Update version and changelog for v1.19.0 (#238)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 93641de commit be50653

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Level zero loader changelog
22

3+
## v1.19.0
4+
* logging full path of loaded library in traces
5+
* Fix utils build
6+
* feature: events deadlock detection in validation layer
7+
* Add Passing in the Result to Validation Checkers at Epilogue
8+
* Disconnect zeInitDrivers and zeDriverGet
9+
* Fix backwards compatibility usage of Get*ProcAddrTable
10+
* Fix to add missing zeKernelGetExp API and header updates
11+
* Fix zeInit Compatibility when zeInitDrivers is undefined
312
## v1.18.5
413
* Fix metric types for new experimental types
514
* Fix/Regenerate the Loader files incorrectly reordered by the scripts.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
1111
endif()
1212

1313
# This project follows semantic versioning (https://semver.org/)
14-
project(level-zero VERSION 1.18.5)
14+
project(level-zero VERSION 1.19.0)
1515

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)