hipGraphEventWaitNodeGetEvent

Function hipGraphEventWaitNodeGetEvent 

Source
pub unsafe extern "C" fn hipGraphEventWaitNodeGetEvent(
    node: hipGraphNode_t,
    event_out: *mut hipEvent_t,
) -> hipError_t
Expand description

@brief Returns the event associated with an event wait node.

@param [in] node - Instance of the node to get event of. @param [out] event_out - Pointer to return the event. @returns #hipSuccess, #hipErrorInvalidValue