hipfftgetsize3d Interface Reference

hipfftgetsize3d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftgetsize3d Interface Reference
hipfort_hipfft::hipfftgetsize3d Interface Reference

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

Public Member Functions

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

Detailed Description

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

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

Member Function/Subroutine Documentation

◆ hipfftgetsize3d_()

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

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