24 #ifndef ACLOPERATORGENERIC_H 25 #define ACLOPERATORGENERIC_H 27 #include "../aclElementBase.h" 43 vector<Element> & localDeclarations)
const;
48 #endif // ACLOPERATORGENERIC_H Advanced Computational Language.
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual string str(const KernelConfiguration &kernelConfig=KERNEL_BASIC) const
virtual string getName() const
OperatorGeneric(const string &operatorStr_)
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
ACL Kernel configuration class.
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
Class interface for cl_kernel.
const KernelConfiguration KERNEL_BASIC