Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
cheetah
tdao
cuda
test
src
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
{
14
typedef
tdao::test::TdaoTesterTraits<tdao::cuda::Tdao::Architecture, typename tdao::cuda::Tdao::ArchitectureCapability>
BaseT
;
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
ska
Some limits and constants for FLDO.
Definition:
Brdz.h:35
ska::cheetah::tdao::cuda::test::CudaTraits
Definition:
TdaoTest.cu:12
ska::cheetah::tdao::test::TdaoTesterTraits
Definition:
TdaoTester.h:70
Generated on Mon May 30 2022 15:36:04 for Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline by
1.8.13