Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d9a78a3ff348f6d76743894dca35c37f2a318f9a
      
https://github.com/STEllAR-GROUP/hpx/commit/d9a78a3ff348f6d76743894dca35c37f2a318f9a
  Author: targetakhil <[email protected]>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp

  Log Message:
  -----------
  added container overloads and container tests


  Commit: 1ebb12a8f01db4e0a40b65fa0e955136099ce4fb
      
https://github.com/STEllAR-GROUP/hpx/commit/1ebb12a8f01db4e0a40b65fa0e955136099ce4fb
  Author: targetakhil <[email protected]>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp

  Log Message:
  -----------
  add segmented tag dispatch overloads inclusive_scan


  Commit: d88b3168355d9ca83d650b32b1da6c0f406828d4
      
https://github.com/STEllAR-GROUP/hpx/commit/d88b3168355d9ca83d650b32b1da6c0f406828d4
  Author: targetakhil <[email protected]>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp

  Log Message:
  -----------
  updated documentation and add deprecation statements for old parallel 
overloads


  Commit: 454b71adc6347f705384230fde10b563567bc31f
      
https://github.com/STEllAR-GROUP/hpx/commit/454b71adc6347f705384230fde10b563567bc31f
  Author: targetakhil <[email protected]>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M libs/full/include_local/include/hpx/local/numeric.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan2.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_non_commutative.cpp

  Log Message:
  -----------
  update api docs and update old parallel overload calls


  Commit: 591e9913bf42c54ec4bb657b6c86d2e2ca876ba4
      
https://github.com/STEllAR-GROUP/hpx/commit/591e9913bf42c54ec4bb657b6c86d2e2ca876ba4
  Author: targetakhil <[email protected]>
  Date:   2021-07-10 (Sat, 10 Jul 2021)

  Changed paths:
    M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp

  Log Message:
  -----------
  replace old inclusive_scan call in transform_inclusive_scan


  Commit: 7346f7176761e6cec70d5aaedcb4da4f95710e57
      
https://github.com/STEllAR-GROUP/hpx/commit/7346f7176761e6cec70d5aaedcb4da4f95710e57
  Author: targetakhil <[email protected]>
  Date:   2021-07-24 (Sat, 24 Jul 2021)

  Changed paths:
    M 
libs/core/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp

  Log Message:
  -----------
  change range overloads of inclusive_scan to return inclusive_scan_result, 
simplify concept expressions


  Commit: b2bc3480abd269c49439ff4c999cf2f95d5c1936
      
https://github.com/STEllAR-GROUP/hpx/commit/b2bc3480abd269c49439ff4c999cf2f95d5c1936
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M 
libs/core/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
    M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M libs/full/include_local/include/hpx/local/numeric.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_inclusive_scan.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan2.cpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_non_commutative.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp

  Log Message:
  -----------
  Merge pull request #5439 from Jedi18/adapt_inclusive_scan

Adapt inclusive_scan to C++ 20


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/fa6e4df704bf...b2bc3480abd2
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to