pub unsafe extern "C" fn cuGraphMemcpyNodeGetParams(
hNode: CUgraphNode,
nodeParams: *mut CUDA_MEMCPY3D,
) -> CUresult
Expand description
\brief Returns a memcpy node’s parameters
Returns the parameters of memcpy node \p hNode in \p nodeParams.
\param hNode - Node to get the parameters for \param nodeParams - Pointer to return the parameters
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr
\sa ::cuMemcpy3D, ::cuGraphAddMemcpyNode, ::cuGraphMemcpyNodeSetParams