24 #include "cheetah/fft/Fft.h" 25 #include "panda/TupleUtilities.h" 40 template <
typename Arch,
typename InputType,
typename OutputType,
typename... Args>
42 InputType
const& input,
46 auto& algo = _implementations.get<Arch>();
47 algo.process(resource, std::forward<InputType const&>(input), output, std::forward<Args>(args)...);
Some limits and constants for FLDO.
void process(panda::PoolResource< Arch > &resource, InputType const &input, OutputType &output, Args &&... args)
Perform an FFT.