Function rcudnn_sys::cudaGraphAddMemcpyNode1D
source · pub unsafe extern "C" fn cudaGraphAddMemcpyNode1D(
pGraphNode: *mut cudaGraphNode_t,
graph: cudaGraph_t,
pDependencies: *const cudaGraphNode_t,
numDependencies: usize,
dst: *mut c_void,
src: *const c_void,
count: usize,
kind: cudaMemcpyKind
) -> cudaError_t