Function rcudnn_sys::cudaGraphRemoveDependencies
source · pub unsafe extern "C" fn cudaGraphRemoveDependencies(
graph: cudaGraph_t,
from: *const cudaGraphNode_t,
to: *const cudaGraphNode_t,
numDependencies: usize
) -> cudaError_t