hipfftestimate1d Interface Reference#
hipfort_hipfft::hipfftestimate1d Interface Reference
Return an estimate of the work area size required for a 1D plan. More...
Public Member Functions | |
| integer(kind(hipfft_success)) function | hipfftestimate1d_ (nx, mytype, batch, worksize) |
Detailed Description
Return an estimate of the work area size required for a 1D plan.
- Parameters
-
[in] nx - Number of elements in the x-direction. [in] myType - FFT type. [in] batch - Number of batched transforms to perform. [out] workSize - Pointer to work area size (returned value).
Member Function/Subroutine Documentation
◆ hipfftestimate1d_()
| integer(kind(hipfft_success)) function hipfort_hipfft::hipfftestimate1d::hipfftestimate1d_ | ( | integer(c_int), value | nx, |
| integer(kind(hipfft_r2c)), value | mytype, | ||
| integer(c_int), value | batch, | ||
| integer(c_size_t) | worksize | ||
| ) |
The documentation for this interface was generated from the following file: