24 #ifndef ACLELEMENTEXCERPT_H
25 #define ACLELEMENTEXCERPT_H
27 #include "../aclElementBase.h"
48 vector<Element> & localDeclarations)
const;
55 #endif // ACLELEMENTEXCERPT_H
Advanced Computational Language.
virtual string getName() const
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
virtual string str(const KernelConfiguration &kernelConfig) const
ACL Kernel configuration class.
ElementExcerpt(Element source_, Element filter_)
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
Class interface for cl_kernel.
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const