Function rcudnn::cudaGraphAddEventWaitNode[][src]

pub unsafe extern "C" fn cudaGraphAddEventWaitNode(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    event: *mut CUevent_st
) -> cudaError