dpctl.SyclEvent.get_wait_list¶
- SyclEvent.get_wait_list()¶
Returns the list of
dpctl.SyclEventobjects that depend on this event. Transitive dependencies are not listed.- Returns:
List of event objects that directly depend on this event.
- Return type:
List[
dpctl.SyclEvent]