24 #ifndef SKA_CHEETAH_FFT_CONFIG_H 25 #define SKA_CHEETAH_FFT_CONFIG_H 27 #include "cheetah/utils/Config.h" 28 #include "cheetah/fft/cuda/Config.h" 29 #include "cheetah/fft/altera/Config.h" 31 #include "panda/PoolSelector.h" 63 void add_options(OptionsDescriptionEasyInit& add_options)
override;
71 typedef panda::PoolSelector<typename Config::PoolManagerType, Config> ConfigType;
77 #endif // SKA_CHEETAH_FFT_CONFIG_H configuration for the altera altera fft module
Configuration for the fft module.
Base class for module configuration.
configuration for the fft module
Some limits and constants for FLDO.
altera::Config const & altera_config() const
Get the configuration of the fpga specific FFT implementation.
cuda::Config const & cuda_config() const
Get the configuration of the cuda specific FFT implementation.