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