#include <template_base.hpp>
Public Types | |
typedef ParametersType | parameters_type |
Public Member Functions | |
template_base_impl (parameters_type const ¶meters, binding_policy_t binding_policy) | |
The constructor. More... | |
parameters_type const & | parameters () const |
tools::shared_ptr< template_base > | clone () const |
int | check_invalid (statements_container const &statements, viennacl::ocl::device const &device) const |
returns whether or not the profile has undefined behavior on particular device More... | |
![]() | |
template_base (binding_policy_t binding_policy) | |
virtual | ~template_base () |
std::vector< std::string > | generate (std::string const &kernel_prefix, statements_container const &statements, viennacl::ocl::device const &device) |
virtual void | enqueue (std::string const &kernel_prefix, std::vector< lazy_program_compiler > &programs, statements_container const &statements)=0 |
Protected Attributes | |
parameters_type | p_ |
Additional Inherited Members | |
![]() | |
void | set_arguments (statements_container const &statements, viennacl::ocl::kernel &kernel, unsigned int ¤t_arg) |
![]() | |
static void | generate_prototype (utils::kernel_generation_stream &stream, std::string const &name, std::string const &first_arguments, std::vector< mapping_type > const &mappings, statements_container const &statements, std::map< std::string, unsigned int > const &widths) |
static void | generate_prototype (utils::kernel_generation_stream &stream, std::string const &name, std::string const &first_arguments, std::vector< mapping_type > const &mappings, statements_container const &statements) |
static void | fetching_loop_info (fetching_policy_type policy, std::string const &bound, utils::kernel_generation_stream &stream, std::string &init, std::string &upper_bound, std::string &inc, std::string const &domain_id, std::string const &domain_size) |
static bool | is_node_trans (scheduler::statement::container_type const &array, vcl_size_t root_idx, leaf_t leaf_type) |
static std::string | append_simd_suffix (std::string const &str, unsigned int i) |
static bool | is_striding_operator (scheduler::statement_node const &node) |
static bool | has_strided_access (statements_container const &statements) |
static vcl_size_t | vector_size (scheduler::statement_node const &node, bool up_to_internal_size) |
static void | element_wise_loop_1D (utils::kernel_generation_stream &stream, loop_body_base const &loop_body, fetching_policy_type fetch, unsigned int simd_width, std::string const &i, std::string const &bound, std::string const &domain_id, std::string const &domain_size) |
static std::string | vstore (unsigned int simd_width, std::string const &value, std::string const &offset, std::string const &ptr) |
static std::string | vload (unsigned int simd_width, std::string const &offset, std::string const &ptr) |
Definition at line 519 of file template_base.hpp.
typedef ParametersType viennacl::device_specific::template_base_impl< TemplateType, ParametersType >::parameters_type |
Definition at line 527 of file template_base.hpp.
|
inline |
The constructor.
Definition at line 530 of file template_base.hpp.
|
inlinevirtual |
returns whether or not the profile has undefined behavior on particular device
Implements viennacl::device_specific::template_base.
Definition at line 543 of file template_base.hpp.
|
inlinevirtual |
Implements viennacl::device_specific::template_base.
Definition at line 537 of file template_base.hpp.
|
inline |
Definition at line 532 of file template_base.hpp.
|
protected |
Definition at line 590 of file template_base.hpp.