ViennaCL - The Vienna Computing Library  1.6.0
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::linalg::opencl::kernels::vector_element< NumericT > Struct Template Reference

Main kernel class for generating OpenCL kernels for elementwise operations other than addition and subtraction on/with viennacl::vector<>. More...

#include <vector.hpp>

Static Public Member Functions

static
device_specific::execution_handler
execution_handler (viennacl::ocl::context &ctx)
 

Detailed Description

template<typename NumericT>
struct viennacl::linalg::opencl::kernels::vector_element< NumericT >

Main kernel class for generating OpenCL kernels for elementwise operations other than addition and subtraction on/with viennacl::vector<>.

Definition at line 187 of file vector.hpp.

Member Function Documentation

template<typename NumericT >
static device_specific::execution_handler& viennacl::linalg::opencl::kernels::vector_element< NumericT >::execution_handler ( viennacl::ocl::context ctx)
inlinestatic

Definition at line 191 of file vector.hpp.


The documentation for this struct was generated from the following file: