Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 8b3cf2021cb62507ddeb7a951391fb8027731bb5
https://github.com/STEllAR-GROUP/hpx/commit/8b3cf2021cb62507ddeb7a951391fb8027731bb5
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
Log Message:
-----------
add tag_fallback_dispatch overloads for exclusive scan
Commit: 1b1faa7f31e7db7aff1d1d5d6ed558a9ae57909a
https://github.com/STEllAR-GROUP/hpx/commit/1b1faa7f31e7db7aff1d1d5d6ed558a9ae57909a
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
Log Message:
-----------
added segmented tag_dispatch overloads
Commit: e4c164d2ce67d4d4d379b0cabee9e99f46fbcb28
https://github.com/STEllAR-GROUP/hpx/commit/e4c164d2ce67d4d4d379b0cabee9e99f46fbcb28
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/parallelism/algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/lexicographical_compare_range.cpp
Log Message:
-----------
added range and sentinel overloads for exclusive_scan
Commit: f024bec3aaa0588f40c039f9abfa3c63baf5467d
https://github.com/STEllAR-GROUP/hpx/commit/f024bec3aaa0588f40c039f9abfa3c63baf5467d
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
Log Message:
-----------
add container tests for exclusive scan
Commit: 6da111b12805ac845f5e554695a4d348da8e52a5
https://github.com/STEllAR-GROUP/hpx/commit/6da111b12805ac845f5e554695a4d348da8e52a5
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
Log Message:
-----------
add documentation for iterator overloads
Commit: 0c2b6fad64ab95f62c1b04c070b3cef35b15dabe
https://github.com/STEllAR-GROUP/hpx/commit/0c2b6fad64ab95f62c1b04c070b3cef35b15dabe
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
Log Message:
-----------
add documentation for range and iterator overloads
Commit: 96d5e5208a3c77f9422358207c5a49a41c5f2594
https://github.com/STEllAR-GROUP/hpx/commit/96d5e5208a3c77f9422358207c5a49a41c5f2594
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M libs/full/include_local/include/hpx/local/numeric.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp
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/exclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
Log Message:
-----------
update docs and add exclusive_scan to numeric and container_numeric header
files
Commit: 318006ffbdafe507f7380a574d35385fa6b6a2a9
https://github.com/STEllAR-GROUP/hpx/commit/318006ffbdafe507f7380a574d35385fa6b6a2a9
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
Log Message:
-----------
fix build clang-format and inspect errors, fix call parameters in
transform_exclusive_scan
Commit: ee32ac25439849fd0bfa2d78dbed56227f2591a9
https://github.com/STEllAR-GROUP/hpx/commit/ee32ac25439849fd0bfa2d78dbed56227f2591a9
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
Log Message:
-----------
use 1.8 deprecation in parallel overloads
Commit: e824084ae2a67db1c44fb9b30bfdd0d0a5287fcf
https://github.com/STEllAR-GROUP/hpx/commit/e824084ae2a67db1c44fb9b30bfdd0d0a5287fcf
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
Log Message:
-----------
change range overloads of exclusive_scan to return in_out_result
Commit: 874d8de6f6414b17cf8280aeeaadcdb509120c52
https://github.com/STEllAR-GROUP/hpx/commit/874d8de6f6414b17cf8280aeeaadcdb509120c52
Author: targetakhil <[email protected]>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
Log Message:
-----------
define exclusive_scan_result, simplify concept expressions for overloads and
constexpr sequential functions
Commit: 4db64cd4c0c20dbc52f74edd6ed8c33d9997e256
https://github.com/STEllAR-GROUP/hpx/commit/4db64cd4c0c20dbc52f74edd6ed8c33d9997e256
Author: Hartmut Kaiser <[email protected]>
Date: 2021-07-30 (Fri, 30 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/exclusive_scan.hpp
M libs/full/include_local/include/hpx/local/numeric.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp
M libs/parallelism/algorithms/CMakeLists.txt
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/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/regressions/scan_non_commutative.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/lexicographical_compare_range.cpp
Log Message:
-----------
Merge pull request #5436 from Jedi18/adapt_exclusive_scan
Adapt exclusive_scan to C++20
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/9f75cf3ed1a8...4db64cd4c0c2
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits