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