From 37363a4586a9e0ce50530469621d4721ae1d81a8 Mon Sep 17 00:00:00 2001 From: Neil Spruit Date: Wed, 30 Aug 2023 10:47:04 -0700 Subject: [PATCH] Update Changelog for v1_14_0 and fix Validation Layer Readme Signed-off-by: Neil R Spruit --- CHANGELOG.md | 6 ++++-- source/layers/validation/README.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e28677..4a781856 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/source/layers/validation/README.md b/source/layers/validation/README.md index b650e984..e0d45cd2 100644 --- a/source/layers/validation/README.md +++ b/source/layers/validation/README.md @@ -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) @@ -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.