ViennaCL - The Vienna Computing Library  1.5.0
Data Structures | Namespaces | Functions
viennacl/linalg/opencl/kernels/coordinate_matrix.hpp File Reference

OpenCL kernel file for coordinate_matrix operations. More...

#include "viennacl/tools/tools.hpp"
#include "viennacl/ocl/kernel.hpp"
#include "viennacl/ocl/platform.hpp"
#include "viennacl/ocl/utils.hpp"
#include "viennacl/linalg/opencl/common.hpp"

Go to the source code of this file.

Data Structures

struct  coordinate_matrix< NumericT >
 Main kernel class for generating OpenCL kernels for coordinate_matrix. More...

Namespaces

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::linalg
 

Provides all linear algebra operations which are not covered by operator overloads.


namespace  viennacl::linalg::opencl
 

Holds all routines providing OpenCL linear algebra operations.


namespace  viennacl::linalg::opencl::kernels
 

Contains the OpenCL kernel generation functions for a predefined set of functionality.


namespace  viennacl::linalg::opencl::kernels::detail
 

Implementation details for the predefined OpenCL kernels.


Functions

template<typename StringType >
void generate_coordinate_matrix_vec_mul (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_coordinate_matrix_dense_matrix_mul (StringType &source, std::string const &numeric_string, bool B_transposed, bool B_row_major, bool C_row_major)
 Generate kernel for C = A * B with A being a compressed_matrix, B and C dense.
template<typename StringType >
void generate_coordinate_matrix_dense_matrix_multiplication (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_coordinate_matrix_row_info_extractor (StringType &source, std::string const &numeric_string)

Detailed Description

OpenCL kernel file for coordinate_matrix operations.