pub unsafe extern "C" fn hipGraphExecExternalSemaphoresSignalNodeSetParams(
hGraphExec: hipGraphExec_t,
hNode: hipGraphNode_t,
nodeParams: *const hipExternalSemaphoreSignalNodeParams,
) -> hipError_t
Expand description
@brief Updates node parameters in the external semaphore signal node in the given graphExec.
@param [in] hGraphExec - The executable graph in which to set the specified 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.