CLOGS
C++ library for sorting and searching in OpenCL applications
|
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>
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) |
Reduce primitive.