Skip to content
Snippets Groups Projects
  • Jakub Klinkovský's avatar
    5d9bcae2
    Refactoring parallel reduction operations · 5d9bcae2
    Jakub Klinkovský authored
    - 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)
    5d9bcae2
    History
    Refactoring parallel reduction operations
    Jakub Klinkovský authored
    - 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)