24#ifndef ACLELEMENTPARSER_H
25#define ACLELEMENTPARSER_H
50 vector<Element> & localDeclarations)
const;
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
void setStatement(string statement_)
virtual string str(const KernelConfiguration &kernelConfig) const
virtual string getName() const
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
void addElementNamePair(Element element, string name)
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
vector< pair< Element, string > > elementNamePairs
ACL Kernel configuration class.
Class interface for cl_kernel.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element