24 #ifndef ACLELEMENTSYNCCOPY_H 25 #define ACLELEMENTSYNCCOPY_H 27 #include "../aclElementBase.h" 40 static unsigned int syncCopyNum;
41 string kernelSourceStr;
54 vector<Element> & localDeclarations)
const;
61 #endif // ACLELEMENTSYNCCOPY_H Advanced Computational Language.
virtual string getLocalDeclaration(const KernelConfiguration &kernelConfig) const
virtual string str(const KernelConfiguration &kernelConfig) const
virtual string getName() const
virtual void addToKernelSource(vector< Element > &arguments, vector< Element > &localDeclarations) const
ACL Kernel configuration class.
virtual void setAsArgument(cl::Kernel &kernel, unsigned int argumentIndex) const
virtual string getTypeSignature(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element
Class interface for cl_kernel.
ElementSyncCopy(Element source_, Element destination_, Element srcOffset, Element dstOffset, Element length_)