Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
cheetah
tdrt
cuda
test
src
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
{
12
typedef
tdrt::test::TdrtTesterTraits<tdrt::cuda::Tdrt::Architecture, typename tdrt::cuda::Tdrt::ArchitectureCapability>
BaseT
;
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
ska::cheetah::tdrt::cuda::test::CudaTraits
Definition:
TdrtTest.cu:10
ska::cheetah::tdrt::test::TdrtTesterTraits
Definition:
TdrtTester.h:70
ska
Some limits and constants for FLDO.
Definition:
Brdz.h:35
Generated on Mon May 30 2022 14:33:48 for Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline by
1.8.13