pub unsafe extern "C" fn cuGraphEventWaitNodeGetEvent(
hNode: CUgraphNode,
event_out: *mut CUevent,
) -> CUresult
Expand description
\brief Returns the event associated with an event wait node
Returns the event of event wait node \p hNode in \p event_out.
\param hNode - Node to get the event for \param event_out - Pointer to return the event
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr
\sa ::cuGraphAddEventWaitNode, ::cuGraphEventWaitNodeSetEvent, ::cuGraphEventRecordNodeGetEvent, ::cuEventRecordWithFlags, ::cuStreamWaitEvent