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 63 of file vector.hpp.
static device_specific::execution_handler& viennacl::linalg::opencl::kernels::vector< NumericT >::execution_handler | ( | viennacl::ocl::context & | ctx | ) | [inline, static] |
Definition at line 113 of file vector.hpp.