Skip to content

Commit

Permalink
[SYCL][Graph] Add spec wording for dynamic events
Browse files Browse the repository at this point in the history
- Adds dynamic events which are updatable between graph executions
- Removes limitations on depending on SYCL events from outside a graph
- depends_on property can now take events/dynamic events
- Allow barriers in the explicit API
- Extend barriers to support dynamic events
- Added get_event() to get event for node execution in a graph
- Add a new graph property which requires that an execution event is available
- Add new examples to the usage guide for dynamic events and command_graph::get_event()
  • Loading branch information
Bensuo committed Aug 13, 2024
1 parent 1ebfd89 commit d8d446d
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 59 deletions.
Loading

0 comments on commit d8d446d

Please sign in to comment.