Function rcudnn::cudaGraphAddMemcpyNodeFromSymbol
source · pub unsafe extern "C" fn cudaGraphAddMemcpyNodeFromSymbol(
pGraphNode: *mut *mut CUgraphNode_st,
graph: *mut CUgraph_st,
pDependencies: *const *mut CUgraphNode_st,
numDependencies: usize,
dst: *mut c_void,
symbol: *const c_void,
count: usize,
offset: usize,
kind: cudaMemcpyKind
) -> cudaError