Bolt
1.1
C++ template library with support for OpenCL
|
Modules | |
Amp-counting | |
Amp-reduce | |
Amp-transform_reduce | |
CL-counting | |
CL-inner_product | |
CL-max_element | |
CL-min_element | |
CL-reduce | |
CL-reduce_by_key | |
CL-transform_reduce | |
/*!
Family of reduction operations for boiling data down to a small set by summation, counting, finding min/max and more.
The max_element finds the location of the first maximum element in the range [first, last]
The min_element finds the location of the first smallest element in the range [first, last]
Family of reduction operations for boiling data down to a small set by summation, counting, finding min/max, and more.
reduce_by_key performs, on a sequence, a reduction of each sub-sequence as defined by equivalent keys.