Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
TdaoTest.cu
1 #include "cheetah/tdao/cuda/Tdao.cuh"
2 #include "cheetah/tdao/test_utils/TdaoTester.h"
3 #include <memory>
4 
5 
6 namespace ska {
7 namespace cheetah {
8 namespace tdao {
9 namespace cuda {
10 namespace test {
11 
12 struct CudaTraits : public tdao::test::TdaoTesterTraits<tdao::cuda::Tdao::Architecture,tdao::cuda::Tdao::ArchitectureCapability>
13 {
15  typedef Tdao::Architecture Arch;
16  typedef typename BaseT::DeviceType DeviceType;
17 };
18 
19 } // namespace test
20 } // namespace cuda
21 } // namespace tdao
22 } // namespace cheetah
23 } // namespace ska
24 
25 namespace ska {
26 namespace cheetah {
27 namespace tdao {
28 namespace test {
29 
30 typedef ::testing::Types<cuda::test::CudaTraits> CudaTraitsTypes;
31 INSTANTIATE_TYPED_TEST_CASE_P(Cuda, TdaoTester, CudaTraitsTypes);
32 
33 } // namespace test
34 } // namespace tdao
35 } // namespace cheetah
36 } // namespace ska
Some limits and constants for FLDO.
Definition: Brdz.h:35