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