hipsignalexternalsemaphoresasync Interface Reference

hipsignalexternalsemaphoresasync Interface Reference#

HIPFORT API Reference: hipfort::hipsignalexternalsemaphoresasync Interface Reference
hipfort::hipsignalexternalsemaphoresasync Interface Reference

Signals a set of external semaphore objects. More...

Public Member Functions

integer(kind(hipsuccess)) function hipsignalexternalsemaphoresasync_ (extsemarray, paramsarray, numextsems, stream)
 

Detailed Description

Signals a set of external semaphore objects.

Parameters
[in]extSemArray- External semaphores to be waited on
[in]paramsArray- Array of semaphore parameters
[in]numExtSems- Number of semaphores to wait on
[in]stream- Stream to enqueue the wait operations in
Returns
hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue
See also
Note
This API is currently not supported on Linux.

Member Function/Subroutine Documentation

◆ hipsignalexternalsemaphoresasync_()

integer(kind(hipsuccess)) function hipfort::hipsignalexternalsemaphoresasync::hipsignalexternalsemaphoresasync_ ( type(c_ptr)  extsemarray,
type(hipexternalsemaphoresignalparams paramsarray,
integer(c_int), value  numextsems,
type(c_ptr), value  stream 
)

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