CLOGS
C++ library for sorting and searching in OpenCL applications
reduce.h File Reference

Reduce primitive. More...

#include <clogs/visibility_push.h>
#include <CL/cl.hpp>
#include <cstddef>
#include <clogs/visibility_pop.h>
#include <clogs/core.h>
#include <clogs/platform.h>
#include <clogs/tune.h>
Include dependency graph for reduce.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clogs::ReduceProblem
 Encapsulates the specifics of a reduction problem. More...
 
class  clogs::Reduce
 Reduction primitive. More...
 

Namespaces

 clogs
 OpenCL primitives.
 

Functions

const ReduceProblem & clogs::detail::getDetail (const clogs::ReduceProblem &)
 
void clogs::swap (Reduce &a, Reduce &b)
 

Detailed Description

Reduce primitive.