Function hip_sys::hiprt::hipGraphEventRecordNodeSetEvent
source · pub unsafe extern "C" fn hipGraphEventRecordNodeSetEvent(
node: *mut hipGraphNode,
event: *mut ihipEvent_t
) -> hipError_tExpand 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.