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