forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Graph SpecificationExtension Specification relatedExtension Specification relatedenhancementNew feature or requestNew feature or request
Description
The record & replay graph building API lets a user add a sub-graph as a node to the graph by recording a queue queue::submit(command_graph<executable>)
operation. However, there is no equivalent mechanism in the explicit graph
building API for adding a sub-graph.
CUDA defines cudaGraphAddChildGraphNode in it's explicit API which does similar.
We should consider adding a function like command_graph<modifiable>::add(command_graph<executable/modifiable>, const std::vector<node> &dep = {})
to achieve this functionality.
Metadata
Metadata
Assignees
Labels
Graph SpecificationExtension Specification relatedExtension Specification relatedenhancementNew feature or requestNew feature or request