|
| Subvector (shared_ptr< Array< T > > vector_, unsigned int size_, unsigned int offset_) |
|
virtual cl::Buffer & | getBuffer () |
|
virtual string | str (const KernelConfiguration &kernelConfig) const |
|
virtual string | getName () const |
|
virtual string | getTypeSignature (const KernelConfiguration &kernelConfig) const |
|
virtual string | getLocalDeclaration (const KernelConfiguration &kernelConfig) const |
|
virtual void | addToKernelSource (std::vector< Element > &arguments, std::vector< Element > &localDeclarations) const |
|
virtual void | setAsArgument (cl::Kernel &kernel, unsigned int argumentIndex) const |
|
| Subvector (shared_ptr< Array< T > > vector_, unsigned int size_, unsigned int offset_) |
|
virtual cl::Buffer & | getBuffer () |
|
virtual string | str (const KernelConfiguration &kernelConfig) const |
|
virtual string | getName () const |
|
virtual string | getTypeSignature (const KernelConfiguration &kernelConfig) const |
|
virtual string | getLocalDeclaration (const KernelConfiguration &kernelConfig) const |
|
virtual void | addToKernelSource (std::vector< Element > &arguments, std::vector< Element > &localDeclarations) const |
|
virtual void | setAsArgument (cl::Kernel &kernel, unsigned int argumentIndex) const |
|
shared_ptr< void > | map () |
|
shared_ptr< void > | map () |
|
virtual string | getAddressSpaceQualifier () const |
|
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 () |
|
virtual string | getAddressSpaceQualifier () const |
|
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 () |
|
template<typename T>
class acl::Subvector< T >
- Examples:
- testKernel.cc.
Definition at line 39 of file aclSubvector.h.