24 #ifndef ACLOPERATORTERNARY_H
25 #define ACLOPERATORTERNARY_H
27 #include "../aclElementBase.h"
44 vector<Element> & localDeclarations)
const;
49 #endif // ACLOPERATORTERNARY_H
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
OperatorTernary(Element a1, Element a2, Element a3)
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
virtual string getName() const
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
ACL Kernel configuration class.
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
Class interface for cl_kernel.