ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
27 #include "../aclElementBase.h"
43 class IndexExt:
public ElementBase
52 vector<Element> & localDeclarations)
const;
57 #endif // ACLINDEXEXT_H
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
IndexExt(unsigned int s=0)
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
Class interface for cl_kernel.
virtual string str(const KernelConfiguration &kernelConfig) const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
ACL Kernel configuration class.
virtual string getName() const
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.