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