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