Global array.
More...
#include <acl.h>
|
| | Array (unsigned int size, CommandQueue queue_=hardware.defaultQueue) |
| |
| | Array (unsigned int size, T *initArray, CommandQueue queue_=hardware.defaultQueue) |
| |
| virtual string | str (const KernelConfiguration &kernelConfig) const |
| |
| virtual string | getName () const |
| |
| virtual string | getAddressSpaceQualifier () const |
| |
| virtual string | getTypeSignature (const KernelConfiguration &kernelConfig) const |
| |
| virtual string | getLocalDeclaration (const KernelConfiguration &kernelConfig) const |
| |
| virtual void | addToKernelSource (vector< Element > &arguments, vector< Element > &localDeclarations) const |
| |
| virtual void | setAsArgument (cl::Kernel &kernel, unsigned int argumentIndex) const |
| |
| | Array (unsigned int size, CommandQueue queue_=hardware.defaultQueue) |
| |
| | Array (unsigned int size, T *initArray, CommandQueue queue_=hardware.defaultQueue) |
| |
| virtual string | str (const KernelConfiguration &kernelConfig) const |
| |
| virtual string | getName () const |
| |
| virtual string | getAddressSpaceQualifier () const |
| |
| virtual string | getTypeSignature (const KernelConfiguration &kernelConfig) const |
| |
| virtual string | getLocalDeclaration (const KernelConfiguration &kernelConfig) const |
| |
| virtual void | addToKernelSource (vector< Element > &arguments, vector< Element > &localDeclarations) const |
| |
| virtual void | setAsArgument (cl::Kernel &kernel, unsigned int argumentIndex) const |
| |
| virtual cl::Buffer & | getBuffer () |
| |
| shared_ptr< void > | map () |
| |
| virtual cl::Buffer & | getBuffer () |
| |
| shared_ptr< void > | map () |
| |
| unsigned int | getSize () const |
| |
| CommandQueue | getQueue () const |
| |
| TypeID | getTypeID () const |
| |
| virtual void | addToKernelSource (vector< shared_ptr< ElementBase > > &arguments, vector< shared_ptr< ElementBase > > &localDeclarations) const =0 |
| | Adds ElementBase to the kernel source either as an argument or as a local declaration. More...
|
| |
| virtual | ~ElementBase () |
| |
| unsigned int | getSize () const |
| |
| CommandQueue | getQueue () const |
| |
| TypeID | getTypeID () const |
| |
| virtual void | addToKernelSource (vector< shared_ptr< ElementBase > > &arguments, vector< shared_ptr< ElementBase > > &localDeclarations) const =0 |
| | Adds ElementBase to the kernel source either as an argument or as a local declaration. More...
|
| |
| virtual | ~ElementBase () |
| |
|
| static const string | prefix |
| |
| static unsigned int | id |
| |
|
| const bool | isWritable |
| |
| | MemBlock () |
| |
| | MemBlock (unsigned int size, TypeID typeID, CommandQueue queue_) |
| |
| | MemBlock (unsigned int size, TypeID typeID, char *initArray, CommandQueue queue_) |
| |
| virtual void | swapBuffers (MemBlock &a) |
| |
| | MemBlock () |
| |
| | MemBlock (unsigned int size, TypeID typeID, CommandQueue queue_) |
| |
| | MemBlock (unsigned int size, TypeID typeID, char *initArray, CommandQueue queue_) |
| |
| virtual void | swapBuffers (MemBlock &a) |
| |
| | ElementBase (bool isWritable_, unsigned int size_, TypeID typeID_) |
| |
| | ElementBase (bool isWritable_, unsigned int size_, TypeID typeID_) |
| |
template<typename T>
class acl::Array< T >
Global array.
- Examples:
- testKernel.cc, testKernelMerger.cc, and testOperators.cc.
Definition at line 47 of file acl.h.
template<typename T >
| virtual void acl::Array< T >::addToKernelSource |
( |
vector< Element > & |
arguments, |
|
|
vector< Element > & |
localDeclarations |
|
) |
| const |
|
virtual |
template<typename T >
| virtual string acl::Array< T >::getAddressSpaceQualifier |
( |
| ) |
const |
|
virtual |
template<typename T >
| string acl::Array< T >::getAddressSpaceQualifier |
( |
| ) |
const |
|
virtual |
template<typename T >
| virtual void acl::Array< T >::setAsArgument |
( |
cl::Kernel & |
kernel, |
|
|
unsigned int |
argumentIndex |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files:
- /build/asl-cIsmox/asl-0.1.6/debian/tmp/usr/include/ASL/acl/acl.h
- /build/asl-cIsmox/asl-0.1.6/debian/tmp/usr/include/ASL/acl/DataTypes/aclArray.h