ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
ell_matrix.hpp File Reference

OpenCL kernel file for ell_matrix operations. More...

Go to the source code of this file.

Classes

struct  viennacl::linalg::opencl::kernels::ell_matrix< NumericT >
 Main kernel class for generating OpenCL kernels for ell_matrix. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::linalg
 Provides all linear algebra operations which are not covered by operator overloads.
 
 viennacl::linalg::opencl
 Holds all routines providing OpenCL linear algebra operations.
 
 viennacl::linalg::opencl::kernels
 Contains the OpenCL kernel generation functions for a predefined set of functionality.
 
 viennacl::linalg::opencl::kernels::detail
 Implementation details for the predefined OpenCL kernels.
 

Functions

template<typename StringT >
void viennacl::linalg::opencl::kernels::generate_ell_vec_mul (StringT &source, std::string const &numeric_string)
 
template<typename StringT >
void viennacl::linalg::opencl::kernels::detail::generate_ell_matrix_dense_matrix_mul (StringT &source, std::string const &numeric_string, bool B_transposed, bool B_row_major, bool C_row_major)
 
template<typename StringT >
void viennacl::linalg::opencl::kernels::generate_ell_matrix_dense_matrix_multiplication (StringT &source, std::string const &numeric_string)
 

Detailed Description

OpenCL kernel file for ell_matrix operations.

Definition in file ell_matrix.hpp.