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]eventEvent to query.
Returns
hipSuccess, hipErrorNotReady, hipErrorInvalidHandle, hipErrorInvalidValue, hipErrorNotInitialized, hipErrorLaunchFailure

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

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: