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