Function cuGraphHostNodeSetParams

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

\brief Sets a host node’s parameters

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

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

\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr

\sa ::cuGraphNodeSetParams, ::cuLaunchHostFunc, ::cuGraphAddHostNode, ::cuGraphHostNodeGetParams