pub unsafe extern "C" fn hipSignalExternalSemaphoresAsync(
extSemArray: *const hipExternalSemaphore_t,
paramsArray: *const hipExternalSemaphoreSignalParams,
numExtSems: c_uint,
stream: hipStream_t,
) -> hipError_t
Expand description
@brief Signals a set of external semaphore objects.
@param[in] extSemArray External semaphores to be waited on @param[in] paramsArray Array of semaphore parameters @param[in] numExtSems Number of semaphores to wait on @param[in] stream Stream to enqueue the wait operations in
@return #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
@see