rocfft_execution_info_get_events Interface Reference

rocfft_execution_info_get_events Interface Reference#

HIPFORT API Reference: hipfort_rocfft::rocfft_execution_info_get_events Interface Reference
hipfort_rocfft::rocfft_execution_info_get_events Interface Reference

Get events from execution info. More...

Public Member Functions

integer(kind(rocfft_status_success)) function rocfft_execution_info_get_events_ (myInfo, events, number_of_events)
 

Detailed Description

Get events from execution info.

This is one of the execution info functions to retrieve information from execution. This API obtains event information. It has to be called after the call to rocfft_execute. This gets handles to events that the library created around one or more kernel launches during execution.

Parameters
[in]infoexecution info handle
[out]eventsarray of events
[out]number_of_eventsnumber of events (size of events array)

Member Function/Subroutine Documentation

◆ rocfft_execution_info_get_events_()

integer(kind(rocfft_status_success)) function hipfort_rocfft::rocfft_execution_info_get_events::rocfft_execution_info_get_events_ ( type(c_ptr), value  myInfo,
type(c_ptr)  events,
integer(c_size_t)  number_of_events 
)

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