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