AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
RadixSort.cpp File Reference

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

#include <sstream>
#include <limits>
#include "aquagpusph/AuxiliarMethods.hpp"
#include "aquagpusph/InputOutput/Logger.hpp"
#include "RadixSort.hpp"
Include dependency graph for RadixSort.cpp:

Namespaces

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

Variables

std::string Aqua::CalcServer::RADIXSORT_INC = xxd2string(RadixSort_hcl_in, RadixSort_hcl_in_len)
std::string Aqua::CalcServer::RADIXSORT_SRC = xxd2string(RadixSort_cl_in, RadixSort_cl_in_len)

Detailed Description

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

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