hipfftmakeplan2d Interface Reference

hipfftmakeplan2d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftmakeplan2d Interface Reference
hipfort_hipfft::hipfftmakeplan2d Interface Reference

Initialize a new two-dimensional FFT plan. More...

Public Member Functions

integer(kind(hipfft_success)) function hipfftmakeplan2d_ (plan, nx, ny, mytype, worksize)
 

Detailed Description

Initialize a new two-dimensional FFT plan.

Assumes that the plan has been created already, and modifies the plan associated with the plan handle. Two-dimensional data should be stored in C ordering (row-major format), so that indexes in y-direction (j index) vary the fastest.

Parameters
[in]plan- Handle of the FFT plan.
[in]nx- Number of elements in the x-direction (slow index).
[in]ny- Number of elements in the y-direction (fast index).
[in]myType- FFT type.
[out]workSize- Pointer to work area size (returned value).

Member Function/Subroutine Documentation

◆ hipfftmakeplan2d_()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftmakeplan2d::hipfftmakeplan2d_ ( type(c_ptr), value  plan,
integer(c_int), value  nx,
integer(c_int), value  ny,
integer(kind(hipfft_r2c)), value  mytype,
integer(c_size_t)  worksize 
)

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