hipfftmakeplan1d Interface Reference

hipfftmakeplan1d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftmakeplan1d Interface Reference
hipfort_hipfft::hipfftmakeplan1d Interface Reference

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

Public Member Functions

integer(kind(hipfft_success)) function hipfftmakeplan1d_ (plan, nx, myType, batch, workSize)
 
integer(kind(hipfft_success)) function hipfftmakeplan1d_rank_0 (plan, nx, myType, batch, workSize)
 
integer(kind(hipfft_success)) function hipfftmakeplan1d_rank_1 (plan, nx, myType, batch, workSize)
 

Detailed Description

Initialize a new one-dimensional FFT plan.

Assumes that the plan has been created already, and modifies the plan associated with the plan handle.

Parameters
[in]planHandle of the FFT plan.
[in]nxFFT length.
[in]typeFFT type.
[in]batchNumber of batched transforms to compute.

Member Function/Subroutine Documentation

◆ hipfftmakeplan1d_()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftmakeplan1d::hipfftmakeplan1d_ ( 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 
)

◆ hipfftmakeplan1d_rank_0()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftmakeplan1d::hipfftmakeplan1d_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 
)

◆ hipfftmakeplan1d_rank_1()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftmakeplan1d::hipfftmakeplan1d_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: