Skip to content

Commit fb78371

Browse files
committed
feature: events deadlock detection in validation layer
Related-To: NEO-12810 Signed-off-by: Chandio, Bibrak Qamar <[email protected]>
1 parent 9164b43 commit fb78371

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/layers/validation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ By default, no validation modes will be enabled. The individual validation modes
1818

1919
- `ZE_ENABLE_PARAMETER_VALIDATION`
2020
- `ZE_ENABLE_HANDLE_LIFETIME`
21+
- `ZEL_ENABLE_EVENTSDEADLOCK_CHECKER`
2122
- `ZE_ENABLE_MEMORY_TRACKER` (Not yet Implemeneted)
2223
- `ZE_ENABLE_THREADING_VALIDATION` (Not yet Implemeneted)
2324

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

52+
### `ZEL_ENABLE_EVENTSDEADLOCK_CHECKER`
53+
54+
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.
5155

5256
### `ZE_ENABLE_THREADING_VALIDATION` (Not yet Implemeneted)
5357

0 commit comments

Comments
 (0)