Skip to content
Commit e20a0930 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Changed reduction operation to use functions with `return a + b` instead of `a += b`

This is nicer because it more clearly separates data load, computation
and data store. Furthermore, it allows to use instances of std::plus,
std::logical_and, std::logical_or, etc. instead of custom lambda
functions.
parent d0fc1bb7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment