Highly Efficient FFT for Exascale: HeFFTe v2.4
|
cuFFT requires that the input and output in R2C transforms are aligned to the complex type. More...
#include <heffte_common.h>
Static Public Member Functions | |
static float * | pntr (float *p) |
Align for float. | |
static double * | pntr (double *p) |
Align for double. | |
static std::complex< float > * | pntr (std::complex< float > *p) |
Align for complex-float. | |
static std::complex< double > * | pntr (std::complex< double > *p) |
Align for complex-double. | |
cuFFT requires that the input and output in R2C transforms are aligned to the complex type.