AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
Sort.hpp File Reference

Methods to perform a radix sort using the GPU (or any device supported by OpenCL). (See Aqua::CalcServer::Sort for details) More...

#include "aquagpusph/sphPrerequisites.hpp"
#include "CalcServer.hpp"
#include "Tool.hpp"
#include "Kernel.hpp"
Include dependency graph for Sort.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Aqua::CalcServer::Sort
 Methods to perform a vector sorting using the GPU (or any device supported by OpenCL). More...

Namespaces

namespace  Aqua
 Main AQUAgpusph namespace.
namespace  Aqua::CalcServer
 Calculation server name space.

Detailed Description

Methods to perform a radix sort using the GPU (or any device supported by OpenCL). (See Aqua::CalcServer::Sort for details)

Note
Hardcoded versions of the files CalcServer/Sort.cl.in and CalcServer/Sort.hcl.in are internally included as a text array.