ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
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
virtual string getName() const
Class interface for cl_kernel.
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
std::shared_ptr< ElementBase > Element
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.
acl::TypeID type(acl::typeToTypeID< FlT >())
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const