cubecl_hip_sys

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 - instane of the node to get event from. @param [out] event_out - Pointer to return 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.