hipGraphAddExternalSemaphoresWaitNode

Function hipGraphAddExternalSemaphoresWaitNode 

Source
pub unsafe extern "C" fn hipGraphAddExternalSemaphoresWaitNode(
    pGraphNode: *mut hipGraphNode_t,
    graph: hipGraph_t,
    pDependencies: *const hipGraphNode_t,
    numDependencies: usize,
    nodeParams: *const hipExternalSemaphoreWaitNodeParams,
) -> hipError_t
Expand description

@brief Creates a external semaphor wait node and adds it to a graph.

@param [out] pGraphNode - pointer to the graph node to create. @param [in] graph - instance of the graph to add the created node. @param [in] pDependencies - const pointer to the dependencies on the memset execution node. @param [in] numDependencies - the number of the dependencies. @param [in] nodeParams -pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue