rocfft_execution_info_set_mode Interface Reference

rocfft_execution_info_set_mode Interface Reference#

HIPFORT API Reference: hipfort_rocfft::rocfft_execution_info_set_mode Interface Reference
hipfort_rocfft::rocfft_execution_info_set_mode Interface Reference

Set execution mode in execution info. More...

Public Member Functions

integer(kind(rocfft_status_success)) function rocfft_execution_info_set_mode_ (myInfo, mode)
 

Detailed Description

Set execution mode in execution info.

This is one of the execution info functions to specify optional additional information to control execution. This API specifies execution mode. It has to be called before the call to rocfft_execute. Appropriate enumeration value can be specified to control blocking/non-blocking behavior of the rocfft_execute call.

Parameters
[in]infoexecution info handle
[in]modeexecution mode

Member Function/Subroutine Documentation

◆ rocfft_execution_info_set_mode_()

integer(kind(rocfft_status_success)) function hipfort_rocfft::rocfft_execution_info_set_mode::rocfft_execution_info_set_mode_ ( type(c_ptr), value  myInfo,
integer(kind(rocfft_exec_mode_nonblocking)), value  mode 
)

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