7.72. CUgraphExecUpdateResultInfo_v1

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUgraphExecUpdateResultInfo_v1

Result information returned by cuGraphExecUpdate.

Public Members

CUgraphExecUpdateResult result

Gives more specific detail when a cuda graph update fails.

CUgraphNode errorNode

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.

CUgraphNode errorFromNode

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

Otherwise NULL.