Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
Hrms.cu
1 #include "cheetah/hrms/cuda/Hrms.cuh"
2 
3 namespace ska {
4 namespace cheetah {
5 namespace hrms {
6 namespace cuda {
7 
8 Hrms::Hrms(Config const& config, hrms::Config const& algo_config)
9  : utils::AlgorithmBase<Config, hrms::Config>(config,algo_config)
10 {
11 }
12 
13 Hrms::~Hrms()
14 {
15 }
16 
17 } //cuda
18 } //hrms
19 } //cheetah
20 } //ska
configuration for the hrms module
Definition: Config.h:39
Some limits and constants for FLDO.
Definition: Brdz.h:35
Hrms(Config const &config, hrms::Config const &algo_config)
Construct an instance of Hrms.
Definition: Hrms.cu:8
Algorithm configuration object for Hrms.
Definition: Config.h:40