CLOGS
C++ library for sorting and searching in OpenCL applications
|
Scan 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::ScanProblem |
Encapsulates the specifics of a scan problem. More... | |
class | clogs::Scan |
Exclusive scan (prefix sum) primitive. More... | |
Namespaces | |
clogs | |
OpenCL primitives. | |
Functions | |
const ScanProblem & | clogs::detail::getDetail (const clogs::ScanProblem &) |
void | clogs::swap (Scan &a, Scan &b) |
Scan primitive.