Expand description
Child-graph composition.
Wraps cuGraphAddChildGraphNode so an existing GraphHandle can
be embedded as a node in a parent capture. This is how higher-level
pipelines compose: a sub-graph for “data load” can be re-used
across many enclosing per-step graphs.
Structs§
- Child
Graph Insertion - Helper used by pipeline builders that want to keep a reference to the inserted child-graph for later parameter rebinding.
- Child
Graph Op - Op variant for embedding a previously-recorded sub-graph.
Functions§
- child_
graph_ op - Convenience: create a child-graph op from a
GraphHandleclone.