mirror of
https://github.com/boostorg/compute.git
synced 2026-01-31 08:02:16 +00:00
This removes the init argument from reduce. This simplifies the implementation and avoids copying a value from the host to the device on every call to reduce. If an initial value is required, the accumulate function can be called instead.