Function rcudnn::cudaGraphAddMemcpyNode1D[][src]

pub unsafe extern "C" fn cudaGraphAddMemcpyNode1D(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    dst: *mut c_void,
    src: *const c_void,
    count: usize,
    kind: cudaMemcpyKind
) -> cudaError