Skip to main content

cudaGraphAddDependencies

Function cudaGraphAddDependencies 

Source
pub unsafe fn cudaGraphAddDependencies(
    graph: cudaGraph_t,
    from: *const cudaGraphNode_t,
    to: *const cudaGraphNode_t,
    edgeData: *const cudaGraphEdgeData,
    numDependencies: usize,
) -> cudaError_t