File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Level zero loader changelog
2
2
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
3
12
## v1.18.5
4
13
* Fix metric types for new experimental types
5
14
* Fix/Regenerate the Loader files incorrectly reordered by the scripts.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
11
11
endif ()
12
12
13
13
# This project follows semantic versioning (https://semver.org/)
14
- project (level-zero VERSION 1.18.5 )
14
+ project (level-zero VERSION 1.19.0 )
15
15
16
16
include (GNUInstallDirs )
17
17
You can’t perform that action at this time.
0 commit comments