forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingunder review
Description
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
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingunder review