1 #include "cheetah/fft/cuda/Fft.cuh" 2 #include "cheetah/fft/test_utils/FftTester.h" 12 template<
typename NumericalT>
17 typedef Fft::Architecture Arch;
18 typedef typename BaseT::DeviceType DeviceType;
21 template<
typename DataType>
22 typename DataType::Allocator allocator(panda::PoolResource<Arch>&) {
23 return typename DataType::Allocator();
27 template<
typename NumericalT>
35 static double accuracy() {
return 5.0e-5; }
50 INSTANTIATE_TYPED_TEST_CASE_P(Cuda, FftTester, CudaTraitsTypes);
static double accuracy()
defines accuracy requirement for when the input data is compared with the Fourier transform followed ...
Some limits and constants for FLDO.