hipeventquery Interface Reference

hipeventquery Interface Reference#

HIPFORT API Reference: hipfort::hipeventquery Interface Reference
hipfort::hipeventquery Interface Reference

Query event status. More...

Public Member Functions

integer(kind(hipsuccess)) function hipeventquery_ (event)
 

Detailed Description

Query event status.

Parameters
[in]event- Event to query.
Returns
hipSuccess, hipErrorNotReady, hipErrorInvalidHandle, hipErrorInvalidValue, hipErrorNotInitialized, hipErrorLaunchFailure

Query the status of the specified event. This function will return hipSuccess if all commands in the appropriate stream (specified to hipEventRecord()) have completed. If any execution has not completed, then hipErrorNotReady is returned.

Note
This API returns hipSuccess, if hipEventRecord() is not called before this API.
See also
hipEventCreate, hipEventCreateWithFlags, hipEventRecord, hipEventDestroy, hipEventSynchronize, hipEventElapsedTime

Member Function/Subroutine Documentation

◆ hipeventquery_()

integer(kind(hipsuccess)) function hipfort::hipeventquery::hipeventquery_ ( type(c_ptr), value  event)

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