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