hipfftsetstream Interface Reference#
hipfort_hipfft::hipfftsetstream Interface Reference
Set HIP stream to execute plan on. More...
Public Member Functions | |
integer(kind(hipfft_success)) function | hipfftsetstream_ (plan, stream) |
Detailed Description
Set HIP stream to execute plan on.
Associates a HIP stream with a hipFFT plan. All kernels launched by this plan are associated with the provided stream.
- Parameters
-
plan The FFT plan. stream The HIP stream.
Member Function/Subroutine Documentation
◆ hipfftsetstream_()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftsetstream::hipfftsetstream_ | ( | type(c_ptr), value | plan, |
type(c_ptr), value | stream | ||
) |
The documentation for this interface was generated from the following file: