Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Configuration for the fft module. More...
#include <cheetah/fft/Config.h>
Public Member Functions | |
cuda::Config const & | cuda_config () const |
Get the configuration of the cuda specific FFT implementation. More... | |
altera::Config const & | altera_config () const |
Get the configuration of the fpga specific FFT implementation. More... | |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
altera::Config const & ska::cheetah::fft::Config::altera_config | ( | ) | const |
Get the configuration of the fpga specific FFT implementation.
Definition at line 50 of file Config.cpp.
cuda::Config const & ska::cheetah::fft::Config::cuda_config | ( | ) | const |
Get the configuration of the cuda specific FFT implementation.
Definition at line 45 of file Config.cpp.