#include <reduction_template.hpp>
Public Member Functions | |
reduction_template (reduction_template::parameters_type const ¶meters, binding_policy_t binding_policy=BIND_ALL_UNIQUE) | |
void | enqueue (std::string const &kernel_prefix, std::vector< lazy_program_compiler > &programs, statements_container const &statements) |
Definition at line 55 of file reduction_template.hpp.
viennacl::device_specific::reduction_template::reduction_template | ( | reduction_template::parameters_type const & | parameters, |
binding_policy_t | binding_policy = BIND_ALL_UNIQUE |
||
) | [inline] |
Definition at line 310 of file reduction_template.hpp.
void viennacl::device_specific::reduction_template::enqueue | ( | std::string const & | kernel_prefix, |
std::vector< lazy_program_compiler > & | programs, | ||
statements_container const & | statements | ||
) | [inline, virtual] |
Implements viennacl::device_specific::template_base.
Definition at line 312 of file reduction_template.hpp.