24 #ifndef ACLOPERATORUNARY_H
25 #define ACLOPERATORUNARY_H
27 #include "../aclElementBase.h"
32 class OperatorUnary:
public ElementBase
43 vector<Element> & localDeclarations)
const;
ACL Kernel configuration class.
virtual string getName() const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
OperatorUnary(Element a, TypeID type)
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
Class interface for cl_kernel.
acl::TypeID type(acl::typeToTypeID< FlT >())
Advanced Computational Language.
std::shared_ptr< ElementBase > Element