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