Closed bibrak closed 1 week ago
Creates an internal DAG of the events at runtime. From that DAG maintains a topological sort. If there is a cycle in the DAG, adding that dependency in the topological sort will return error hence detecting the deadlock.
Depends on https://github.com/oneapi-src/level-zero/pull/235
@rwmcguir can you sign off if this license is approved?
Creates an internal DAG of the events at runtime. From that DAG maintains a topological sort. If there is a cycle in the DAG, adding that dependency in the topological sort will return error hence detecting the deadlock.