26#ifndef UNSORT_H_INCLUDED
27#define UNSORT_H_INCLUDED
52 const std::string var_name,
53 const std::string permutations_name =
"id",
79 cl_event
_execute(
const std::vector<cl_event> events);
99 std::string _var_name;
102 std::string _perms_name;
123 size_t _global_work_size;
125 size_t _local_work_size;
The calculation main entry point. (See Aqua::CalcServer::CalcServer for details)
Recover the original id of each particle.
Definition: UnSort.h:43
~UnSort()
Definition: UnSort.cpp:60
InputOutput::ArrayVariable * input()
Definition: UnSort.h:67
cl_mem output()
Definition: UnSort.h:72
void setup()
Definition: UnSort.cpp:71
cl_event _execute(const std::vector< cl_event > events)
Definition: UnSort.cpp:84
OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details)
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45