7.28. cudaGraphExecUpdateResultInfo Struct Reference
[Data types used by CUDA Runtime]
Result information returned by cudaGraphExecUpdate
Public Variables
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.