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