pub unsafe extern "C" fn hipGraphExternalSemaphoresSignalNodeSetParams(
hNode: hipGraphNode_t,
nodeParams: *const hipExternalSemaphoreSignalNodeParams,
) -> hipError_t
Expand description
@brief Updates node parameters in the external semaphore signal node.
@param [in] hNode - Node from the graph from which graphExec was instantiated. @param [in] nodeParams - Pointer to the params to be set. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.