24 #ifndef ACLElementFor_H 25 #define ACLElementFor_H 27 #include "../aclElementBase.h" 48 vector<Element> & localDeclarations)
const;
55 #endif // ACLElementFor_H virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
virtual string str(const KernelConfiguration &kernelConfig) const
vector< Element > expression
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
ElementFor(Element initialization_, Element condition_, Element increase_)
ACL Kernel configuration class.
void addBodyExpression(Element expression_)
virtual string getName() const
std::shared_ptr< ElementBase > Element
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
Class interface for cl_kernel.