pub fn exec_update(
exec: &GraphHandle,
new_graph_cu: CUgraph,
) -> Result<GraphExecUpdateOutcome, GpuError>Expand description
Try to apply new_graph’s parameters to exec’s instantiated
state. Wraps cuGraphExecUpdate_v2 (CUDA 12+); returns an
Unrecoverable on hosts where the symbol isn’t loadable.