AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Data Structures | Namespaces
Reduction.h File Reference

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

#include <vector>
#include <CalcServer.h>
#include <CalcServer/Kernel.h>
Include dependency graph for Reduction.h:
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.