Function rcudnn::cudaGraphExecMemcpyNodeSetParams1D
source · 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