ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
24 #ifndef ACLELEMENTEXCERPT_H
25 #define ACLELEMENTEXCERPT_H
27 #include "../aclElementBase.h"
37 class ElementExcerpt:
public ElementBase
45 virtual string getTypeSignature(
const KernelConfiguration & kernelConfig)
const;
48 vector<Element> & localDeclarations)
const;
50 virtual string str(
const KernelConfiguration & kernelConfig)
const;
55 #endif // ACLELEMENTEXCERPT_H
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
Class interface for cl_kernel.
virtual string getName() const
std::shared_ptr< ElementBase > Element
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
ElementExcerpt(Element source_, Element filter_)
virtual string str(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.