Function cuGraphExternalSemaphoresSignalNodeSetParams

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

\brief Sets an external semaphore signal node’s parameters

Sets the parameters of an external semaphore signal 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, ::cuGraphAddExternalSemaphoresSignalNode, ::cuGraphExternalSemaphoresSignalNodeSetParams, ::cuGraphAddExternalSemaphoresWaitNode, ::cuSignalExternalSemaphoresAsync, ::cuWaitExternalSemaphoresAsync