Main kernel class for generating OpenCL kernels for operations on/with viennacl::vector<> without involving matrices, multiple inner products, or element-wise operations other than addition or subtraction. More...
#include <vector.hpp>
| Static Public Member Functions | |
| static device_specific::execution_handler & | execution_handler (viennacl::ocl::context &ctx) | 
Main kernel class for generating OpenCL kernels for operations on/with viennacl::vector<> without involving matrices, multiple inner products, or element-wise operations other than addition or subtraction.
Definition at line 164 of file vector.hpp.
| static device_specific::execution_handler& viennacl::linalg::opencl::kernels::vector_multi_inner_prod< NumericT >::execution_handler | ( | viennacl::ocl::context & | ctx | ) |  [inline, static] | 
Definition at line 167 of file vector.hpp.