Skip to content
Snippets Groups Projects
Commit 5d9bcae2 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Refactoring parallel reduction operations

- separate data types for input arrays of binary operations
  (necessary for the equality comparison of two arrays of different
  type)
- added separate template parameter for ResultType, which defaults to
  the RealType
  (the goal is to allow sum of bool vectors into int instead of bool)
parent 5e9fb7a3
No related branches found
No related tags found
No related merge requests found
Showing
with 1499 additions and 1482 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment