hipfftgetsize1d Interface Reference

hipfftgetsize1d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftgetsize1d Interface Reference
hipfort_hipfft::hipfftgetsize1d Interface Reference

Return size of the work area size required for a 1D plan. More...

Public Member Functions

integer(kind(hipfft_success)) function hipfftgetsize1d_ (plan, nx, myType, batch, workSize)
 
integer(kind(hipfft_success)) function hipfftgetsize1d_rank_0 (plan, nx, myType, batch, workSize)
 
integer(kind(hipfft_success)) function hipfftgetsize1d_rank_1 (plan, nx, myType, batch, workSize)
 

Detailed Description

Return size of the work area size required for a 1D plan.

Parameters
[in]planPointer to the FFT plan.
[in]nxNumber of elements in the x-direction.
[in]typeFFT type.
[out]workSizePointer to work area size (returned value).

Member Function/Subroutine Documentation

◆ hipfftgetsize1d_()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftgetsize1d::hipfftgetsize1d_ ( type(c_ptr), value  plan,
integer(c_int), value  nx,
integer(kind(hipfft_r2c)), value  myType,
integer(c_int), value  batch,
type(c_ptr), value  workSize 
)

◆ hipfftgetsize1d_rank_0()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftgetsize1d::hipfftgetsize1d_rank_0 ( type(c_ptr)  plan,
integer(c_int)  nx,
integer(kind(hipfft_r2c))  myType,
integer(c_int)  batch,
integer(c_size_t), target  workSize 
)

◆ hipfftgetsize1d_rank_1()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftgetsize1d::hipfftgetsize1d_rank_1 ( type(c_ptr)  plan,
integer(c_int)  nx,
integer(kind(hipfft_r2c))  myType,
integer(c_int)  batch,
integer(c_size_t), dimension(:), target  workSize 
)

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