The non-polymorphic graph APIs (that is, those calling out the node names/types) are considered deprecated and will be removed in a future CUDA release. We should have everything we need to migrate to the polymorphic versions such as cuGraphAddKernelNode, cuGraphExecKernelNodeSetParam, ...
The non-polymorphic graph APIs (that is, those calling out the node names/types) are considered deprecated and will be removed in a future CUDA release. We should have everything we need to migrate to the polymorphic versions such as
cuGraphAddKernelNode,cuGraphExecKernelNodeSetParam, ...