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;
OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details)
cl_event _execute(const std::vector< cl_event > events)
Definition Copy.cpp:62
Copy(const std::string name, const std::string input_name, const std::string output_name, bool once=false)
Definition Copy.cpp:35
~Copy()
Definition Copy.cpp:48
void setup()
Definition Copy.cpp:51
void name(const std::string tool_name)
Definition Tool.hpp:66
Calculation server name space.
Definition Assert.cpp:32
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50