Skip to main content

Module child

Module child 

Source
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§

ChildGraphInsertion
Helper used by pipeline builders that want to keep a reference to the inserted child-graph for later parameter rebinding.
ChildGraphOp
Op variant for embedding a previously-recorded sub-graph.

Functions§

child_graph_op
Convenience: create a child-graph op from a GraphHandle clone.