Skip to main content

cudaGraphAddExternalSemaphoresWaitNode

Function cudaGraphAddExternalSemaphoresWaitNode 

Source
pub unsafe fn cudaGraphAddExternalSemaphoresWaitNode(
    pGraphNode: *mut cudaGraphNode_t,
    graph: cudaGraph_t,
    pDependencies: *const cudaGraphNode_t,
    numDependencies: usize,
    nodeParams: *const cudaExternalSemaphoreWaitNodeParams,
) -> cudaError_t