24 #ifndef SKA_CHEETAH_TDAS_TEST_TDASTESTER_H 25 #define SKA_CHEETAH_TDAS_TEST_TDASTESTER_H 27 #include "cheetah/tdas/Config.h" 28 #include "cheetah/tdas/Tdas.h" 29 #include "cheetah/utils/test_utils/AlgorithmTester.h" 30 #include "cheetah/utils/Architectures.h" 31 #include "cheetah/data/Units.h" 33 #include <gtest/gtest.h> 74 template<
typename ArchitectureTag,
typename ArchitectureCapability,
typename T>
79 typedef ArchitectureTag Arch;
80 typedef typename BaseT::DeviceType DeviceType;
94 template <
typename TestTraits>
115 #include "cheetah/tdas/test_utils/detail/TdasTester.cpp" 118 #endif // SKA_CHEETAH_TDAS_TEST_TDASTESTER_H
Some limits and constants for FLDO.
describes the algorithm to be tested to the AlgorithmTester
Base class for generic algortihm tests that require an accelerator device.