mirror of
https://github.com/boostorg/compute.git
synced 2026-02-20 14:42:16 +00:00
This adds find_extrema_reduce function based on parallel reduction. Now find_extrema uses find_extrema_with_atomics only if local memory size requirements for running find_extrema_reduce are not met.