CLOGS
C++ library for sorting and searching in OpenCL applications
Deprecated List
Member clogs::Radixsort::Radixsort (const cl::Context &context, const cl::Device &device, const Type &keyType, const Type &valueType=Type())
This constructor is deprecated, because it does not scale to future features. Use the constructor taking a clogs::RadixsortProblem instead.
Member clogs::Scan::Scan (const cl::Context &context, const cl::Device &device, const Type &type)
This interface is deprecated as it does not scale with future feature additions. Use the constructor taking a clogs::ScanProblem instead.