pub unsafe extern "C" fn hipDeviceSynchronize() -> hipError_t
Expand description
@} / /** @defgroup Device Device Management @{ This section describes the device management functions of HIP runtime API. / /** @brief Waits on all active streams on current device
When this command is invoked, the host thread gets blocked until all the commands associated with streams associated with the device. HIP does not support multiple blocking modes (yet!).
@returns #hipSuccess
@see hipSetDevice, hipDeviceReset