ViennaCL - The Vienna Computing Library
1.5.2
|
OpenCL kernel file for element-wise vector operations. More...
#include "viennacl/tools/tools.hpp"
#include "viennacl/ocl/kernel.hpp"
#include "viennacl/ocl/platform.hpp"
#include "viennacl/ocl/utils.hpp"
#include "viennacl/device_specific/database.hpp"
Go to the source code of this file.
Data Structures | |
struct | vector_element< TYPE > |
Main kernel class for generating OpenCL kernels for elementwise operations other than addition and subtraction on/with viennacl::vector<>. 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. |
OpenCL kernel file for element-wise vector operations.