AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Namespaces | Variables
Reduction.cpp File Reference

Reductions, like scans, prefix sums, maximum or minimum, etc... (See Aqua::CalcServer::Reduction for details) More...

#include <AuxiliarMethods.h>
#include <InputOutput/Logger.h>
#include <CalcServer/Reduction.h>
#include <CalcServer.h>
Include dependency graph for Reduction.cpp:

Namespaces

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

Variables

std::string Aqua::CalcServer::REDUCTION_INC = xxd2string(Reduction_hcl_in, Reduction_hcl_in_len)
 
std::string Aqua::CalcServer::REDUCTION_SRC = xxd2string(Reduction_cl_in, Reduction_cl_in_len)
 

Detailed Description

Reductions, like scans, prefix sums, maximum or minimum, etc... (See Aqua::CalcServer::Reduction for details)

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