24#ifndef ACLOPERATORTERNARY_H
25#define ACLOPERATORTERNARY_H
27#include "../aclElementBase.h"
32 class OperatorTernary:
public ElementBase
44 vector<Element> & localDeclarations)
const;
ACL Kernel configuration class.
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
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
Class interface for cl_kernel.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element