pub unsafe extern "C" fn cuGraphEventRecordNodeGetEvent(
hNode: CUgraphNode,
event_out: *mut CUevent,
) -> CUresult
Expand description
\brief Returns the event associated with an event record node
Returns the event of event record 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 ::cuGraphAddEventRecordNode, ::cuGraphEventRecordNodeSetEvent, ::cuGraphEventWaitNodeGetEvent, ::cuEventRecordWithFlags, ::cuStreamWaitEvent