Skip to content
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
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