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