Function rcudnn::cudaGraphAddExternalSemaphoresWaitNode[][src]

pub unsafe extern "C" fn cudaGraphAddExternalSemaphoresWaitNode(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    nodeParams: *const cudaExternalSemaphoreWaitNodeParams
) -> cudaError