Public Member Functions

block_vector Class Reference

Represents a contigious vector on GPU. More...

#include <block_vector.hpp>

Public Member Functions

 block_vector ()
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.

Detailed Description

Represents a contigious vector on GPU.


Constructor & Destructor Documentation

block_vector (  )  [inline]

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.

const viennacl::ocl::handle<cl_mem>& handle1 (  )  const [inline]

Return handle to const start indices.

viennacl::ocl::handle<cl_mem>& handle1 (  )  [inline]

Return handle to start indices.


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