Function rcudnn::cudaGraphExecMemcpyNodeSetParamsFromSymbol[][src]

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