7.29. cudaGraphExecUpdateResultInfo Struct Reference

[Data types used by CUDA Runtime]

Result information returned by cudaGraphExecUpdate

Public Variables

cudaGraphNode_t errorFromNode
cudaGraphNode_t errorNode
enumcudaGraphExecUpdateResult result

Variables

cudaGraphNode_tcudaGraphExecUpdateResultInfo::errorFromNode [inherited]

The from node of error edge when the topologies do not match. Otherwise NULL.

cudaGraphNode_tcudaGraphExecUpdateResultInfo::errorNode [inherited]

The "to node" of the error edge when the topologies do not match. The error node when the error is associated with a specific node. NULL when the error is generic.

enumcudaGraphExecUpdateResultcudaGraphExecUpdateResultInfo::result [inherited]

Gives more specific detail when a cuda graph update fails.