MemoryKernel Class Reference
|
HiCR
|
HiCR::backend::opencl::MemoryKernel Class Referencefinal
#include <memoryKernel.hpp>
Inheritance diagram for HiCR::backend::opencl::MemoryKernel:
Public Member Functions | |
| MemoryKernel (opencl::CommunicationManager *commManager, std::shared_ptr< HiCR::LocalMemorySlot > destination, const size_t destinationOffset, std::shared_ptr< HiCR::LocalMemorySlot > source, const size_t sourceOffset, size_t size) | |
| ~MemoryKernel () | |
| __INLINE__ void | start (const cl::CommandQueue *queue) override |
Public Member Functions inherited from HiCR::backend::opencl::Kernel | |
| __INLINE__ | Kernel ()=default |
| __INLINE__ | ~Kernel ()=default |
Detailed Description
This class represents a replicable Memory Kernel for the OpenCL backend. A Memory Kernel enable the execution of memcopy operations in a stream/sequence of Kernels. Memory Kernels currently supports memcpy operations on the same device, since they are meant to be chained with other Kernels.
Constructor & Destructor Documentation
◆ MemoryKernel()
|
inline |
Constructor for the execution unit class of the OpenCL backend
- Parameters
-
commManager the OpenCL communication manager destination destination pointer destinationOffset destination offset source source pointer sourceOffset source offset size the number of bytes to copy
◆ ~MemoryKernel()
|
inline |
Default destructor
Member Function Documentation
◆ start()
|
inlineoverridevirtual |
Execute the memcpy on the queue
- Parameters
-
queue OpenCL queue on which memcpy is executed
Implements HiCR::backend::opencl::Kernel.
The documentation for this class was generated from the following file:
- /home/runner/work/HiCR/HiCR/include/hicr/backends/opencl/memoryKernel.hpp
Generated by
Public Member Functions inherited from