Function cuGraphKernelNodeSetParams_v2

Source
pub unsafe extern "C" fn cuGraphKernelNodeSetParams_v2(
    hNode: CUgraphNode,
    nodeParams: *const CUDA_KERNEL_NODE_PARAMS,
) -> CUresult
Expand description

\brief Sets a kernel node’s parameters

Sets the parameters of kernel node \p hNode to \p nodeParams.

\param hNode - Node to set the parameters for \param nodeParams - Parameters to copy

\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_INVALID_HANDLE, ::CUDA_ERROR_OUT_OF_MEMORY \note_graph_thread_safety \notefnerr

\sa ::cuGraphNodeSetParams, ::cuLaunchKernel, ::cuGraphAddKernelNode, ::cuGraphKernelNodeGetParams