Hello,
Looking at the CUDA Graph API page, the definition of the cudaGraphNodeParams struct seems to be missing (it has no hyperlink either). So am I missing something, or is the documentation not up to date? I wish to use the cudaGraphExecNodeSetParams function, however, I can not find any example of its usage and the documentations are not clear how to use the cudaGraphNodeParams struct.
Does anyone have an example perhaps how I can change the kernel parameters of a KernelNode inside of an instantiated graph?
Thank you!