|
ViennaCL - The Vienna Computing Library
1.5.1
|
Represents a contigious vector on GPU. More...
#include <block_vector.hpp>
Public Member Functions | |
| viennacl::ocl::handle< cl_mem > & | handle () |
| Return handle to the elements. | |
| viennacl::ocl::handle< cl_mem > & | handle1 () |
| Return handle to start indices. | |
| const viennacl::ocl::handle < cl_mem > & | handle () const |
| Return handle to the const elements. | |
| const viennacl::ocl::handle < cl_mem > & | handle1 () const |
| Return handle to const start indices. | |
Represents a contigious vector on GPU.
| viennacl::ocl::handle<cl_mem>& handle | ( | ) | [inline] |
Return handle to the elements.
| const viennacl::ocl::handle<cl_mem>& handle | ( | ) | const [inline] |
Return handle to the const elements.
| viennacl::ocl::handle<cl_mem>& handle1 | ( | ) | [inline] |
Return handle to start indices.
| const viennacl::ocl::handle<cl_mem>& handle1 | ( | ) | const [inline] |
Return handle to const start indices.
1.7.6.1