Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
cheetah
pwft
cuda
test
src
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
{
13
typedef
pwft::test::PwftTesterTraits<pwft::cuda::Pwft::Architecture, typename pwft::cuda::Pwft::ArchitectureCapability>
BaseT
;
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
ska::cheetah::pwft::test::PwftTesterTraits
Definition:
PwftTester.h:72
ska::cheetah::pwft::cuda::test::CudaTraits
Definition:
PwftTest.cu:10
ska
Some limits and constants for FLDO.
Definition:
Brdz.h:35
Generated on Mon May 30 2022 14:33:47 for Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline by
1.8.13