Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
Fft.cu
1 #include "cheetah/fft/cuda/Fft.cuh"
2 
3 namespace ska {
4 namespace cheetah {
5 namespace fft {
6 namespace cuda {
7 
8 Fft::Fft(fft::Config const& algo_config)
9  : utils::AlgorithmBase<Config, fft::Config>(algo_config.cuda_config(),algo_config)
10 {
11 }
12 
13 } // namespace cuda
14 } // namespace fft
15 } // namespace cheetah
16 } // namespace ska
Configuration for the fft module.
Definition: Config.h:42
configuration for the fft module
Definition: Config.h:39
Fft(fft::Config const &algo_config)
Construct and Fft instance.
Definition: Fft.cu:8
Some limits and constants for FLDO.
Definition: Brdz.h:35