Bolt  1.3
C++ template library with support for OpenCL
Modules
Reductions

Modules

 AMP-counting
 
 AMP-inner_product
 
 AMP-max_element
 
 AMP-min_element
 
 AMP-reduce
 
 AMP-reduce_by_key
 
 AMP-transform_reduce
 
 CL-counting
 
 CL-inner_product
 
 CL-max_element
 
 CL-min_element
 
 CL-reduce
 
 CL-reduce_by_key
 
 CL-transform_reduce
 

Detailed Description

/*!

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.

Family of reduction operations for boiling data down to a small set by summation, counting, finding min/max, and more.