Function rcudnn::cudaGraphExecMemcpyNodeSetParams1D[][src]

pub unsafe extern "C" fn cudaGraphExecMemcpyNodeSetParams1D(
    hGraphExec: *mut CUgraphExec_st,
    node: *mut CUgraphNode_st,
    dst: *mut c_void,
    src: *const c_void,
    count: usize,
    kind: cudaMemcpyKind
) -> cudaError