CLOGS
C++ library for sorting and searching in OpenCL applications
|
Encapsulates the specifics of a scan problem. More...
#include <scan.h>
Public Member Functions | |
ScanProblem (const ScanProblem &) | |
ScanProblem & | operator= (const ScanProblem &) |
void | setType (const Type &type) |
Set the element type for the scan. More... | |
void | setTunePolicy (const TunePolicy &tunePolicy) |
Set the autotuning policy. | |
Friends | |
const detail::ScanProblem & | detail::getDetail (const clogs::ScanProblem &) |
Encapsulates the specifics of a scan problem.
After construction, use methods (particularly setType) to configure the scan.
void clogs::ScanProblem::setType | ( | const Type & | type | ) |
Set the element type for the scan.
type | The element type |
std::invalid_argument | if type is not an integral scalar or vector type |