Skip to content

Commit 37363a4

Browse files
committed
Update Changelog for v1_14_0 and fix Validation Layer Readme
Signed-off-by: Neil R Spruit <[email protected]>
1 parent c2cb388 commit 37363a4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Level zero loader changelog
2-
32
## v1.14.0
43
* Update to spec 1.7.8
5-
4+
* Fix intercept layer access to array of handles and return of logs
5+
* Enable All warnings and warnings as errors to cleanup code
6+
* Add validation of module extended descriptor
7+
* Add ZE_ENABLE_LOADER_DEBUG_TRACE for tracking Library Load/Unload errors
68
## v1.13.5
79
* Updated code generating scripts for updated spec and init functionality
810
* Change zeInit to only init on the first call in a process

source/layers/validation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Level Zero Loader will read this environment settings when either `zeInit` or `z
1717
By default, no validation modes will be enabled. The individual validation modes must be enabled with the following environment settings:
1818

1919
- `ZE_ENABLE_PARAMETER_VALIDATION`
20-
- `ZE_ENABLE_HANDLE_LIFETIME` (Not yet Implemeneted)
20+
- `ZE_ENABLE_HANDLE_LIFETIME`
2121
- `ZE_ENABLE_MEMORY_TRACKER` (Not yet Implemeneted)
2222
- `ZE_ENABLE_THREADING_VALIDATION` (Not yet Implemeneted)
2323

@@ -37,7 +37,7 @@ Parameter Validation mode maintains no internal state. It performs the followin
3737

3838
If a check fails, the appropriate error code is returned and the driver API is not called.
3939

40-
### `ZE_ENABLE_HANDLE_LIFETIME` (Not yet Implemeneted)
40+
### `ZE_ENABLE_HANDLE_LIFETIME`
4141

4242
This mode maintains an internal mapping of each handle type to a state structure.
4343

0 commit comments

Comments
 (0)