Function kn_cuda_sys::bindings::cuGraphEventWaitNodeSetEvent
source · pub unsafe extern "C" fn cuGraphEventWaitNodeSetEvent(
hNode: CUgraphNode,
event: CUevent
) -> CUresultExpand description
\brief Sets an event wait node’s event
Sets the event of event wait node \p hNode to \p event.
\param hNode - Node to set the event for \param event - Event to use
\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_INVALID_HANDLE, ::CUDA_ERROR_OUT_OF_MEMORY \note_graph_thread_safety \notefnerr
\sa ::cuGraphNodeSetParams, ::cuGraphAddEventWaitNode, ::cuGraphEventWaitNodeGetEvent, ::cuGraphEventRecordNodeSetEvent, ::cuEventRecordWithFlags, ::cuStreamWaitEvent