Function rcudnn_sys::cudaGraphExecMemcpyNodeSetParams1D[][src]

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