Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!37Reduction and multireduction refactoring
Showing
with 165 additions and 166 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment