27 #include "../aclElementBase.h"
43 class IndexExt:
public ElementBase
47 virtual string str(
const KernelConfiguration & kernelConfig)
const;
49 virtual string getTypeSignature(
const KernelConfiguration & kernelConfig)
const;
52 vector<Element> & localDeclarations)
const;
57 #endif // ACLINDEXEXT_H
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
IndexExt(unsigned int s=0)
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual string getName() const
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
Class interface for cl_kernel.