21 #ifndef FFTLIB_FFT_FFT_IXX_CXX_OXX_PRIV_H_
22 #define FFTLIB_FFT_FFT_IXX_CXX_OXX_PRIV_H_
26 #include "../../common/FFTLIB_utility.h"
27 #include "../FFTLIB_FFT_dftSmall_ixX_cxX_oxX/FFTLIB_FFT_dftSmall_ixX_cxX_oxX_priv.h"
28 #include "../FFTLIB_FFT_dftLarge_ixX_cxX_oxX/FFTLIB_FFT_dftLarge_ixX_cxX_oxX_priv.h"
29 #include "../FFTLIB_FFT_highRadixDecompositions_ixX_cxX_oxX/FFTLIB_FFT_highRadixDecompositions_ixX_cxX_oxX_priv.h"
61 int32_t *highRadixDecompositions);
76 template <
typename dataType>
100 template <u
int32_t dataType>
void FFTLIB_FFT_fft_ixX_cxX_oxX_determineKernelVariant(const FFTLIB_FFT_fft_ixX_cxX_oxX_InitArgs *pKerInitArgs, int32_t MMA_SIZE, int32_t *dftSmall, int32_t *dftLarge, int32_t *highRadixDecompositions)
This is an internal function that is used to determine which FFT kernel variant to call for optimal D...
FFTLIB_STATUS FFTLIB_FFT_fft_ixX_cxX_oxX_twGen(const FFTLIB_FFT_fft_ixX_cxX_oxX_InitArgs *pKerInitArgs, void *restrict pW, const FFTLIB_bufParams1D_t *bufParamsW)
This is a utility function that generates the computational matrices into the provided buffer.
FFTLIB_STATUS_NAME
The enumeration of all status codes.
FFTLIB_STATUS FFTLIB_FFT_fft_ixX_cxX_oxX_getSizes(const FFTLIB_FFT_fft_ixX_cxX_oxX_InitArgs *pKerInitArgs, FFTLIB_bufParams1D_t *bufParamsX, FFTLIB_bufParams1D_t *bufParamsW, FFTLIB_bufParams1D_t *bufParamsY)
This function is a utility function that the application calls to obtain the sizes of data buffers.
Structure that is reserved for internal use by the kernel.
Structure that is reserved for internal use by the kernel.
Structure containing the parameters for DFT computation.
Structure that is reserved for internal use by the kernel.
FFTLIB_FFT_dftSmall_ixX_cxX_oxX_PrivArgs dftSmall
Structure to maintain the internal use parameters of FFTLIB_FFT_dftSmall_ixX_cxX_oxX kernel
FFTLIB_FFT_highRadixDecompositions_ixX_cxX_oxX_PrivArgs highRadixDecompositions
Structure to maintain the internal use parameters of FFTLIB_FFT_highRadixDecompositions_ixX_cxX_oxX k...
int32_t mmaSize
Field to maintain the MMA vector width value
FFTLIB_FFT_fft_ixX_cxX_oxX_InitArgs initArgs
Structure holding initialization parameters
FFTLIB_FFT_dftLarge_ixX_cxX_oxX_PrivArgs dftLarge
Structure to maintain the internal use parameters of FFTLIB_FFT_dftLarge_ixX_cxX_oxX kernel
Structure that is reserved for internal use by the kernel.
A structure for a 1 dimensional buffer descriptor.