pub unsafe extern "C" fn hipGraphExecEventRecordNodeSetEvent(
hGraphExec: hipGraphExec_t,
hNode: hipGraphNode_t,
event: hipEvent_t,
) -> hipError_t
Expand description
@brief Sets the event for an event record node in the given graphExec.
@param [in] hGraphExec - instance of the executable graph with the node. @param [in] hNode - node from the graph which was used to instantiate graphExec. @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.