Skip to content

Commit

Permalink
Update Changelog for v1_14_0 and fix Validation Layer Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Aug 30, 2023
1 parent c2cb388 commit 37363a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,10 @@
# Level zero loader changelog

## v1.14.0
* Update to spec 1.7.8

* Fix intercept layer access to array of handles and return of logs
* Enable All warnings and warnings as errors to cleanup code
* Add validation of module extended descriptor
* Add ZE_ENABLE_LOADER_DEBUG_TRACE for tracking Library Load/Unload errors
## v1.13.5
* Updated code generating scripts for updated spec and init functionality
* Change zeInit to only init on the first call in a process
Expand Down
4 changes: 2 additions & 2 deletions source/layers/validation/README.md
Expand Up @@ -17,7 +17,7 @@ Level Zero Loader will read this environment settings when either `zeInit` or `z
By default, no validation modes will be enabled. The individual validation modes must be enabled with the following environment settings:

- `ZE_ENABLE_PARAMETER_VALIDATION`
- `ZE_ENABLE_HANDLE_LIFETIME` (Not yet Implemeneted)
- `ZE_ENABLE_HANDLE_LIFETIME`
- `ZE_ENABLE_MEMORY_TRACKER` (Not yet Implemeneted)
- `ZE_ENABLE_THREADING_VALIDATION` (Not yet Implemeneted)

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

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

### `ZE_ENABLE_HANDLE_LIFETIME` (Not yet Implemeneted)
### `ZE_ENABLE_HANDLE_LIFETIME`

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

Expand Down

0 comments on commit 37363a4

Please sign in to comment.