Function rcudnn::cudaGraphExecMemcpyNodeSetParamsToSymbol[][src]

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