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