24#ifndef COPY_H_INCLUDED
25#define COPY_H_INCLUDED
45 const std::string input_name,
46 const std::string output_name,
62 cl_event
_execute(
const std::vector<cl_event> events);
70 std::string _input_name;
72 std::string _output_name;
Copy an array component by component.
Definition: Copy.h:36
cl_event _execute(const std::vector< cl_event > events)
Definition: Copy.cpp:62
~Copy()
Definition: Copy.cpp:48
void setup()
Definition: Copy.cpp:51
OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details)
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45