Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A helper class for selecting the correct execution calls from cuFFT. More...
A helper class for selecting the correct execution calls from cuFFT.
This class is used by the Cuda Fft implementation to provide the correct FFT execution calls from the cuFFT library based on whether we are working with float or double data.
Note that calls to cufftExecXXX functions appear to not be compatible with constant input types (likely as the base implementation is straight C code without overloading and the library implements inplace transforms)
T | The base value type of the corresponding transform (float or double) |