AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
Sort.cpp 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 <sstream>
#include "aquagpusph/AuxiliarMethods.hpp"
#include "aquagpusph/InputOutput/Logger.hpp"
#include "Sort.hpp"
Include dependency graph for Sort.cpp:

Namespaces

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

Variables

std::string Aqua::CalcServer::SORT_INC = xxd2string(Sort_hcl_in, Sort_hcl_in_len)
std::string Aqua::CalcServer::SORT_SRC = xxd2string(Sort_cl_in, Sort_cl_in_len)

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.