rocfft_execution_info_set_stream Interface Reference#
hipfort_rocfft::rocfft_execution_info_set_stream Interface Reference
Set stream in execution info. More...
Public Member Functions | |
integer(kind(rocfft_status_success)) function | rocfft_execution_info_set_stream_ (myInfo, stream) |
Detailed Description
Set stream in execution info.
Associates an existing compute stream to a plan. This must be called before the call to rocfft_execute.
Once the association is made, execution of the FFT will run the computation through the specified stream.
The stream must be of type hipStream_t. It is an error to pass the address of a hipStream_t object.
- Parameters
-
[in] info execution info handle [in] stream underlying compute stream
Member Function/Subroutine Documentation
◆ rocfft_execution_info_set_stream_()
integer(kind(rocfft_status_success)) function hipfort_rocfft::rocfft_execution_info_set_stream::rocfft_execution_info_set_stream_ | ( | type(c_ptr), value | myInfo, |
type(c_ptr), value | stream | ||
) |
The documentation for this interface was generated from the following file: