pub unsafe extern "C" fn hipGraphAddMemcpyNode(
pGraphNode: *mut hipGraphNode_t,
graph: hipGraph_t,
pDependencies: *const hipGraphNode_t,
numDependencies: usize,
pCopyParams: *const hipMemcpy3DParms,
) -> hipError_tExpand description
@brief Creates a memcpy node and adds it to a graph.
@param [out] pGraphNode - Pointer to graph node that is created. @param [in] graph - Instance of graph to add the created node to. @param [in] pDependencies - const pointer to the dependencies of the memcpy execution node. @param [in] numDependencies - The number of dependencies. @param [in] pCopyParams - const pointer to the parameters for the memory copy. @returns #hipSuccess, #hipErrorInvalidValue