OpenCL kernel file for scan operations. To be merged back to vector operations. More...
#include "viennacl/tools/tools.hpp"
#include "viennacl/ocl/kernel.hpp"
#include "viennacl/ocl/platform.hpp"
#include "viennacl/ocl/utils.hpp"
Go to the source code of this file.
Classes | |
struct | viennacl::linalg::opencl::kernels::scan< NumericT > |
Main kernel class for generating OpenCL kernels for singular value decomposition of dense matrices. 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. | |
Functions | |
template<typename StringType > | |
void | viennacl::linalg::opencl::kernels::generate_scan_kernel_1 (StringType &source, std::string const &numeric_string) |
template<typename StringType > | |
void | viennacl::linalg::opencl::kernels::generate_scan_kernel_2 (StringType &source, std::string const &numeric_string) |
template<typename StringType > | |
void | viennacl::linalg::opencl::kernels::generate_scan_kernel_3 (StringType &source, std::string const &numeric_string) |
OpenCL kernel file for scan operations. To be merged back to vector operations.
Definition in file scan.hpp.