pub unsafe extern "C" fn hipGraphEventWaitNodeSetEvent(
node: hipGraphNode_t,
event: hipEvent_t,
) -> hipError_t
Expand description
@brief Sets an event wait node’s event.
@param [in] node - instane of the node to set event to. @param [in] event - pointer to the event. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.