1 #include "cheetah/data/test_utils/CachingAllocatorTest.h" 2 #include "cheetah/utils/Architectures.h" 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);
16 TYPED_TEST(CachingAllocatorTest, test_alloc_dealloc)
18 AllocateDeallocateTest<TypeParam>::test();
Some limits and constants for FLDO.