You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +49,9 @@ This mode maintains an internal mapping of each handle type to a state structure
48
49
- Additional per handle state checks added as needed
49
50
- Example - Check ze_cmdlist_handle_t open or closed
50
51
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.
0 commit comments