2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-20 14:42:16 +00:00
Files
compute/include
Jakub Szuppe 4c20b3fb52 Add find_extrema based on parallel reduction
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.
2015-05-21 13:27:06 +02:00
..