24 #ifndef SKA_CHEETAH_TDAO_TEST_TDAOTESTER_H 25 #define SKA_CHEETAH_TDAO_TEST_TDAOTESTER_H 27 #include "cheetah/tdao/Config.h" 28 #include "cheetah/tdao/Tdao.h" 29 #include "cheetah/utils/test_utils/AlgorithmTester.h" 30 #include "cheetah/data/Units.h" 32 #include <gtest/gtest.h> 69 template<
typename ArchitectureTag,
typename ArchitectureCapability>
74 typedef ArchitectureTag Arch;
75 typedef typename BaseT::DeviceType DeviceType;
88 template <
typename TestTraits>
109 #include "cheetah/tdao/test_utils/detail/TdaoTester.cpp" 112 #endif // SKA_CHEETAH_TDAO_TEST_TDAOTESTER_H
Some limits and constants for FLDO.
describes the algorithm to be tested to the AlgorithmTester
Time Domain Spectral Peak Detection and Candidate List Output.
Base class for generic algortihm tests that require an accelerator device.