24#ifndef ACLOPERATORGENERIC_H
25#define ACLOPERATORGENERIC_H
27#include "../aclElementBase.h"
32 class OperatorGeneric:
public ElementBase
43 vector<Element> & localDeclarations)
const;
ACL Kernel configuration class.
virtual string str(const KernelConfiguration &kernelConfig=KERNEL_BASIC) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
OperatorGeneric(const string &operatorStr_)
virtual string getName() const
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
Class interface for cl_kernel.
const KernelConfiguration KERNEL_BASIC
Advanced Computational Language.