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

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>
Include dependency graph for scan.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Scan primitive.