/workspaces/astro/sol3-sdk/cpp/sol3/opencl/opencl_utils.h Source File
|
Space-ng SDK
|
opencl_utils.h
Go to the documentation of this file.
Definition: opencl_manager.h:14
void enqueueReadBack(cl::CommandQueue &queue, cl::Buffer &cl_buf, core::IBufferMutable &host_buf)
void readBufferNow(cl::CommandQueue &queue, cl::Buffer &buf, size_t offset, size_t size, void *ptr)
void enqueueWriteBuffer(cl::CommandQueue &queue, cl::Buffer &buf, size_t offset, size_t size, void const *ptr)
void addHook(cl::CommandQueue &queue, std::function< void()> fn)
void writeBufferNow(cl::CommandQueue &queue, cl::Buffer &buf, size_t offset, size_t size, void const *ptr)
void enqueueReadBuffer(cl::CommandQueue &queue, cl::Buffer &buf, size_t offset, size_t size, void *ptr)
Generated by