24 #include "cheetah/fdas/Fdas.h" 25 #include "cheetah/fdas/opencl/Fdas.h" 34 template<
typename Handler>
35 Fdas<Handler>::Fdas(ConfigType
const& c, Handler& handler)
36 : _task(c.pool(), handler)
39 if(c.opencl_algo_config().active()) {
40 std::cout <<
"fdas::opencl algorithm activated" << std::endl;
41 _task.template set_algorithms<fdas::opencl::Fdas>
42 ( fdas::opencl::Fdas(c.opencl_algo_config()) );
45 std::cout <<
"WARNING: no Fdas algorithm has been specified" << std::endl;
50 template<
typename Handler>
51 Fdas<Handler>::~Fdas()
55 template<
typename Handler>
58 auto ptr = data.shared_from_this();
The main API for the FDA module.
Some limits and constants for FLDO.
A wrapper class for a list of DmTime instances.