pub unsafe extern "C" fn cuGraphMemsetNodeSetParams(
hNode: CUgraphNode,
nodeParams: *const CUDA_MEMSET_NODE_PARAMS,
) -> CUresult
Expand description
\brief Sets a memset node’s parameters
Sets the parameters of memset 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, ::cuMemsetD2D32, ::cuGraphAddMemsetNode, ::cuGraphMemsetNodeGetParams