7.7. cudaChildGraphNodeParams Struct Reference

[Data types used by CUDA Runtime]

Child graph node parameters

Public Variables

cudaGraph_t graph
enumcudaGraphChildGraphNodeOwnership ownership

Variables

cudaGraph_tcudaChildGraphNodeParams::graph [inherited]

The child graph to clone into the node for node creation, or a handle to the graph owned by the node for node query. The graph must not contain conditional nodes. Graphs containing memory allocation or memory free nodes must set the ownership to be moved to the parent.

enumcudaGraphChildGraphNodeOwnershipcudaChildGraphNodeParams::ownership [inherited]

The ownership relationship of the child graph node.