CLOGS
C++ library for sorting and searching in OpenCL applications
clogs::ReduceProblem Class Reference

Encapsulates the specifics of a reduction problem. More...

#include <reduce.h>

Public Member Functions

 ReduceProblem (const ReduceProblem &)
 
ReduceProblemoperator= (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 &)
 

Detailed Description

Encapsulates the specifics of a reduction problem.

After construction, use methods (particularly setType) to configure the reduction.

Member Function Documentation

void clogs::ReduceProblem::setType ( const Type type)

Set the element type for the reduction.

Parameters
typeThe element type

The documentation for this class was generated from the following file: