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

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

#include <vector>
#include "CalcServer.hpp"
#include "Kernel.hpp"
Include dependency graph for Reduction.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::Reduction
 Reductions, like scans, prefix sums, maximum or minimum, etc... More...

Namespaces

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

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.