Device Management

Device Management#

HIPFORT API Reference: Device Management
Device Management

This section describes the device management functions of HIP runtime API.

This section describes the device management functions of HIP runtime API.

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 also
hipSetDevice, hipDeviceReset