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

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

  Log Message:
  -----------
  add range and iterator tag dispatch overloads


  Commit: 8e41eb8e2cc04447ac08ed56737678a2487349fd
      
https://github.com/STEllAR-GROUP/hpx/commit/8e41eb8e2cc04447ac08ed56737678a2487349fd
  Author: targetakhil <[email protected]>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_exclusive_scan.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_exclusive_scan_range.cpp

  Log Message:
  -----------
  add container tests for transform_exclusive_scan


  Commit: 1632b05f351204be25b285f3865fddd2e05cf704
      
https://github.com/STEllAR-GROUP/hpx/commit/1632b05f351204be25b285f3865fddd2e05cf704
  Author: targetakhil <[email protected]>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan2.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp

  Log Message:
  -----------
  added segmented tag_dispatch overloads


  Commit: 9723795ddbab0b23f8bf32de0929307122c9d48c
      
https://github.com/STEllAR-GROUP/hpx/commit/9723795ddbab0b23f8bf32de0929307122c9d48c
  Author: targetakhil <[email protected]>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

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

  Log Message:
  -----------
  added documentation for iterator and range based overloads


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

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M libs/full/include_local/include/hpx/local/numeric.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp

  Log Message:
  -----------
  updated api docs


  Commit: 3635a5c9a51478dd77585c0368ee57bfc1f99e4e
      
https://github.com/STEllAR-GROUP/hpx/commit/3635a5c9a51478dd77585c0368ee57bfc1f99e4e
  Author: targetakhil <[email protected]>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan2.cpp

  Log Message:
  -----------
  add test for segmented overload not taking in an execution policy


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

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_exclusive_scan_range.cpp

  Log Message:
  -----------
  change return type of container overloads to util::in_out_result


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

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M libs/full/include_local/include/hpx/local/numeric.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan2.cpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_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/unit/algorithms/transform_exclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_exclusive_scan_range.cpp

  Log Message:
  -----------
  Merge pull request #5440 from Jedi18/adapt_transform_exclusive_scan

Adapt transform_exclusive_scan to C++ 20


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

Reply via email to