hipdevicesynchronize Interface Reference

hipdevicesynchronize Interface Reference#

HIPFORT API Reference: hipfort::hipdevicesynchronize Interface Reference
hipfort::hipdevicesynchronize Interface Reference

Waits on all active streams on current device. More...

Public Member Functions

integer(kind(hipsuccess)) function hipdevicesynchronize_ ()
 

Detailed Description

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

Member Function/Subroutine Documentation

◆ hipdevicesynchronize_()

integer(kind(hipsuccess)) function hipfort::hipdevicesynchronize::hipdevicesynchronize_

The documentation for this interface was generated from the following file: