24 #ifndef ACLOPERATORTERNARY_H 25 #define ACLOPERATORTERNARY_H 27 #include "../aclElementBase.h" 32 class OperatorTernary:
public ElementBase
41 virtual string getTypeSignature(
const KernelConfiguration & kernelConfig)
const;
44 vector<Element> & localDeclarations)
const;
49 #endif // ACLOPERATORTERNARY_H Advanced Computational Language.
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
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
std::shared_ptr< ElementBase > Element
Class interface for cl_kernel.