Function rcudnn_sys::cudaGraphAddMemcpyNodeFromSymbol
source · pub unsafe extern "C" fn cudaGraphAddMemcpyNodeFromSymbol(
pGraphNode: *mut cudaGraphNode_t,
graph: cudaGraph_t,
pDependencies: *const cudaGraphNode_t,
numDependencies: usize,
dst: *mut c_void,
symbol: *const c_void,
count: usize,
offset: usize,
kind: cudaMemcpyKind
) -> cudaError_t