7.15. CUDA_CHILD_GRAPH_NODE_PARAMS Struct Reference

[Data types used by CUDA driver]

Child graph node parameters

Public Variables

CUgraph graph
CUgraphChildGraphNodeOwnership ownership

Variables

CUgraphCUDA_CHILD_GRAPH_NODE_PARAMS::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.

CUgraphChildGraphNodeOwnershipCUDA_CHILD_GRAPH_NODE_PARAMS::ownership [inherited]

The ownership relationship of the child graph node.