CLOGS
C++ library for sorting and searching in OpenCL applications
|
▼Cclogs::Algorithm | Base class for all algorithm classes |
Cclogs::Radixsort | Radix-sort interface |
Cclogs::Reduce | Reduction primitive |
Cclogs::Scan | Exclusive scan (prefix sum) primitive |
Cclogs::detail::CallbackWrapper | |
Cclogs::detail::UnwrapArray< T, Thin > | Creates an array of handles from a vector of wrappers |
Cclogs::detail::UnwrapArray< T, false > | |
Cclogs::detail::UnwrapArray< T, true > | |
Cclogs::Error | |
Cclogs::RadixsortProblem | Encapsulates the specifics of a radixsort problem |
Cclogs::ReduceProblem | Encapsulates the specifics of a reduction problem |
Cclogs::ScanProblem | Encapsulates the specifics of a scan problem |
Cclogs::TunePolicy | |
Cclogs::Type | Encapsulation of an OpenCL built-in type that can be stored in a buffer |
▼Cruntime_error | |
▼Cclogs::InternalError | Exception thrown on internal errors that are not the user's fault |
Cclogs::CacheError | Exception thrown when the autotuning cache could not be read |
Cclogs::TuneError | Exception thrown when a configuration could not be tuned at all |