|
CLOGS
C++ library for sorting and searching in OpenCL applications
|
| ▼Nclogs | OpenCL primitives |
| ▼Ndetail | |
| CCallbackWrapper | |
| CUnwrapArray | Creates an array of handles from a vector of wrappers |
| CUnwrapArray< T, false > | |
| CUnwrapArray< T, true > | |
| CAlgorithm | Base class for all algorithm classes |
| CCacheError | Exception thrown when the autotuning cache could not be read |
| CError | |
| CInternalError | Exception thrown on internal errors that are not the user's fault |
| CRadixsort | Radix-sort interface |
| CRadixsortProblem | Encapsulates the specifics of a radixsort problem |
| CReduce | Reduction primitive |
| CReduceProblem | Encapsulates the specifics of a reduction problem |
| CScan | Exclusive scan (prefix sum) primitive |
| CScanProblem | Encapsulates the specifics of a scan problem |
| CTuneError | Exception thrown when a configuration could not be tuned at all |
| CTunePolicy | |
| CType | Encapsulation of an OpenCL built-in type that can be stored in a buffer |