Skip to content

Update PoC graph execution mechanism #13

@EwanC

Description

@EwanC

The current PoC code from #5 uses command_graph<graph_state::executable>::exec_and_wait() to execute a graph. This is from an outdated version of the graphs spec, and should be replaced by either queue::submit(command_graph<graph_state::executable> graph)
or handler::exec_graph(command_graph<graph_state::executable> graph)

See #4 (comment)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions