Expand description
cuGraphExecUpdate — in-place parameter update for an instantiated
graph. Lets callers re-bind GpuRef pointers without re-running
cuGraphInstantiate.
The driver returns a GraphExecUpdateOutcome indicating whether
the update succeeded as-is or whether the topology changed and the
caller must re-instantiate.
Enums§
- Graph
Exec Update Outcome - Result of an update attempt. Values mirror the
CUgraphExecUpdateResultenum.
Functions§
- exec_
update - Try to apply
new_graph’s parameters toexec’s instantiated state. WrapscuGraphExecUpdate_v2(CUDA 12+); returns anUnrecoverableon hosts where the symbol isn’t loadable.