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