CLOGS
C++ library for sorting and searching in OpenCL applications
|
Encapsulates the specifics of a reduction problem. More...
#include <reduce.h>
Public Member Functions | |
ReduceProblem (const ReduceProblem &) | |
ReduceProblem & | operator= (const ReduceProblem &) |
void | setType (const Type &type) |
Set the element type for the reduction. More... | |
void | setTunePolicy (const TunePolicy &tunePolicy) |
Set the autotuning policy. | |
Friends | |
const detail::ReduceProblem & | detail::getDetail (const clogs::ReduceProblem &) |
Encapsulates the specifics of a reduction problem.
After construction, use methods (particularly setType) to configure the reduction.
void clogs::ReduceProblem::setType | ( | const Type & | type | ) |
Set the element type for the reduction.
type | The element type |