Skip to content

Commit

Permalink
feature: events deadlock detection in validation layer
Browse files Browse the repository at this point in the history
Related-To: NEO-12810

Signed-off-by: Chandio, Bibrak Qamar <[email protected]>
  • Loading branch information
bibrak committed Nov 6, 2024
1 parent 9164b43 commit fb78371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/layers/validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ By default, no validation modes will be enabled. The individual validation modes

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

Expand Down Expand Up @@ -48,6 +49,9 @@ This mode maintains an internal mapping of each handle type to a state structure
- Additional per handle state checks added as needed
- Example - Check ze_cmdlist_handle_t open or closed

### `ZEL_ENABLE_EVENTSDEADLOCK_CHECKER`

The Events Deadlock Checker is designed to detect potential deadlocks that might occur due to improper event usage in the Level Zero API. It prints out wairning messages for user when it detects a potential deadlock.

### `ZE_ENABLE_THREADING_VALIDATION` (Not yet Implemeneted)

Expand Down

0 comments on commit fb78371

Please sign in to comment.