Function rcudnn_sys::cudaGraphAddEmptyNode
source · pub unsafe extern "C" fn cudaGraphAddEmptyNode(
pGraphNode: *mut cudaGraphNode_t,
graph: cudaGraph_t,
pDependencies: *const cudaGraphNode_t,
numDependencies: usize
) -> cudaError_t