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