Function cuGraphExternalSemaphoresWaitNodeSetParams

Source
pub unsafe extern "C" fn cuGraphExternalSemaphoresWaitNodeSetParams(
    hNode: CUgraphNode,
    nodeParams: *const CUDA_EXT_SEM_WAIT_NODE_PARAMS,
) -> CUresult
Expand description

\brief Sets an external semaphore wait node’s parameters

Sets the parameters of an external semaphore wait node \p hNode to \p nodeParams.

\param hNode - Node to set the parameters for \param nodeParams - Parameters to copy

\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_INVALID_HANDLE, ::CUDA_ERROR_OUT_OF_MEMORY \note_graph_thread_safety \notefnerr

\sa ::cuGraphNodeSetParams, ::cuGraphAddExternalSemaphoresWaitNode, ::cuGraphExternalSemaphoresWaitNodeSetParams, ::cuGraphAddExternalSemaphoresWaitNode, ::cuSignalExternalSemaphoresAsync, ::cuWaitExternalSemaphoresAsync