cubecl_hip_sys

Function hipGraphEventRecordNodeSetEvent

Source
pub unsafe extern "C" fn hipGraphEventRecordNodeSetEvent(
    node: hipGraphNode_t,
    event: hipEvent_t,
) -> hipError_t
Expand description

@brief Sets an event record 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.