ViennaCL - The Vienna Computing Library  1.5.1
Public Member Functions
block_vector Class Reference

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. More...
 
viennacl::ocl::handle< cl_mem > & handle1 ()
 Return handle to start indices. More...
 
const viennacl::ocl::handle
< cl_mem > & 
handle () const
 Return handle to the const elements. More...
 
const viennacl::ocl::handle
< cl_mem > & 
handle1 () const
 Return handle to const start indices. More...
 

Detailed Description

Represents a contigious vector on GPU.

Member Function Documentation

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.


The documentation for this class was generated from the following file: