Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
cheetah
pwft
cuda
src
Pwft.cu
1
#include "cheetah/pwft/cuda/Pwft.cuh"
2
3
4
namespace
ska
{
5
namespace
cheetah {
6
namespace
pwft {
7
namespace
cuda {
8
9
10
Pwft::Pwft
(
Config
const
& config,
pwft::Config
const
& algo_config)
11
: utils::AlgorithmBase<
Config
, pwft::
Config
>(config,algo_config)
12
{
13
}
14
15
Pwft::~Pwft()
16
{
17
}
18
19
}
// namespace cuda
20
}
// namespace pwft
21
}
// namespace cheetah
22
}
// namespace ska
ska::cheetah::pwft::cuda::Pwft::Pwft
Pwft(Config const &config, pwft::Config const &algo_config)
Construct a new instance.
Definition:
Pwft.cu:10
ska::cheetah::pwft::Config
Definition:
Config.h:40
ska
Some limits and constants for FLDO.
Definition:
Brdz.h:35
ska::cheetah::pwft::cuda::Config
Definition:
Config.h:40
Generated on Mon May 30 2022 15:36:03 for Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline by
1.8.13