Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
CachingAllocatorTest.cu
1 #include "cheetah/data/test_utils/CachingAllocatorTest.h"
2 #include "cheetah/utils/Architectures.h"
3 
4 namespace ska {
5 namespace cheetah {
6 namespace data {
7 namespace test {
8 
9 typedef ::testing::Types<
10  CachingAllocatorTestTraits<cheetah::Cuda,float>,
11  CachingAllocatorTestTraits<cheetah::Cuda,double>,
12  CachingAllocatorTestTraits<cheetah::Cuda,char>
13  > CudaCachingAllocatorTestTypes;
14 TYPED_TEST_CASE(CachingAllocatorTest, CudaCachingAllocatorTestTypes);
15 
16 TYPED_TEST(CachingAllocatorTest, test_alloc_dealloc)
17 {
18  AllocateDeallocateTest<TypeParam>::test();
19 }
20 
21 } // namespace test
22 } // namespace data
23 } // namespace cheetah
24 } // namespace ska
Some limits and constants for FLDO.
Definition: Brdz.h:35