Add ability to update kernel parameters of a captured graph
Author: shi-ericCreated Jan 28, 2025Updated Sep 19, 2026
Labelsfeature requestruntime
See cudaGraphExecKernelNodeSetParams: https://developer.nvidia.com/blog/constructing-cuda-graphs-with-dynamic-parameters/
Reuse command object API so that set_param() can be used to update the kernel parameters of captured graphs?
- During graph capture, a
Launchobject would be returned fromwp.launch()that can be used to update the kernel parameters after the graph is captured.
Source: NVIDIA/warp