Branch: refs/heads/feature/hierarchical_collectives
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 55b613a1b7d69f156e5d75e337537561c3f59ad9
https://github.com/STEllAR-GROUP/hpx/commit/55b613a1b7d69f156e5d75e337537561c3f59ad9
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Added Recursive function and non-functional hierarchical communicator
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: d83f841a45a521c1a6dc6af9ad149c5ed7bbab7f
https://github.com/STEllAR-GROUP/hpx/commit/d83f841a45a521c1a6dc6af9ad149c5ed7bbab7f
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Made hierarchical communicator ready for testing
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: d2a3ea356d05d58dec2edf2ee931a36ff0f27aa3
https://github.com/STEllAR-GROUP/hpx/commit/d2a3ea356d05d58dec2edf2ee931a36ff0f27aa3
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed small mistake
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: cbedd2776b87b4c8c50753594d732bf29afd1bfc
https://github.com/STEllAR-GROUP/hpx/commit/cbedd2776b87b4c8c50753594d732bf29afd1bfc
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed several code mistakes.
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 8cbaffa65e1d16e0fa77962f061f90a59342a5f4
https://github.com/STEllAR-GROUP/hpx/commit/8cbaffa65e1d16e0fa77962f061f90a59342a5f4
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed Unproper class Problem
Commit: fdedc82084ed7ca37872032a0939d39356a54afc
https://github.com/STEllAR-GROUP/hpx/commit/fdedc82084ed7ca37872032a0939d39356a54afc
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Minor Copying Problem
Commit: 8c44f59328ccbda17f1c3166728849c9f1002eb2
https://github.com/STEllAR-GROUP/hpx/commit/8c44f59328ccbda17f1c3166728849c9f1002eb2
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Changed integers to unsigned integers.
Commit: d884ce79e2d3aa9f438effd1f94030a946d82b8b
https://github.com/STEllAR-GROUP/hpx/commit/d884ce79e2d3aa9f438effd1f94030a946d82b8b
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Added Declaration and changed back to int values
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: c540f981e2b62a2a24bc7579cc2688275c3abfa8
https://github.com/STEllAR-GROUP/hpx/commit/c540f981e2b62a2a24bc7579cc2688275c3abfa8
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed Declaration Issues.
Commit: fa5d988143d7e3242e105ff7df4c4b3326472397
https://github.com/STEllAR-GROUP/hpx/commit/fa5d988143d7e3242e105ff7df4c4b3326472397
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed Copying issues as well as method issues
Commit: 4dcfbc0ffbe9d140c1890046a41b46e896ac444c
https://github.com/STEllAR-GROUP/hpx/commit/4dcfbc0ffbe9d140c1890046a41b46e896ac444c
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed Return issues and argument issues
Commit: adf8c32bbb956f69200f58302aecba886b90f9bf
https://github.com/STEllAR-GROUP/hpx/commit/adf8c32bbb956f69200f58302aecba886b90f9bf
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed typing issues and more return issues.
Commit: cb2a9c1bd5316ef9fdc1a9b9b2d4298abffb8e7f
https://github.com/STEllAR-GROUP/hpx/commit/cb2a9c1bd5316ef9fdc1a9b9b2d4298abffb8e7f
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Initial probably non-functional hierarchical scatter using hierarchical
communicators
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: f921b3e4a80ca4edf6b73ac1229e4da167de00d2
https://github.com/STEllAR-GROUP/hpx/commit/f921b3e4a80ca4edf6b73ac1229e4da167de00d2
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed rudimentary errors
Commit: 5e1b2774c662b418533e8a15c9445a90752e0db0
https://github.com/STEllAR-GROUP/hpx/commit/5e1b2774c662b418533e8a15c9445a90752e0db0
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
Log Message:
-----------
declared default Arity
Commit: 0cbcfb1ab6f70e91d6762a3b2169607082f196aa
https://github.com/STEllAR-GROUP/hpx/commit/0cbcfb1ab6f70e91d6762a3b2169607082f196aa
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fixed tuple order
Commit: 80bed62fa1cfab0b8442f3b3cfcd42f75ee4d9a9
https://github.com/STEllAR-GROUP/hpx/commit/80bed62fa1cfab0b8442f3b3cfcd42f75ee4d9a9
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Hierarchical scatter compiles.
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: e6b34a7bd1f4d9c82946fda91691d3b9b5d8ef77
https://github.com/STEllAR-GROUP/hpx/commit/e6b34a7bd1f4d9c82946fda91691d3b9b5d8ef77
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Current State of the Code for meeting.
Commit: c1d269c375fb67e17145ea00a775969a7e9d85ce
https://github.com/STEllAR-GROUP/hpx/commit/c1d269c375fb67e17145ea00a775969a7e9d85ce
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Hierarchical Scatter works for 4 arity on 16 localities
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: d00ef81736850107eb27f1826d5f6d70ca60fae1
https://github.com/STEllAR-GROUP/hpx/commit/d00ef81736850107eb27f1826d5f6d70ca60fae1
Author: Lukas Zeil <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
Log Message:
-----------
Fully Functioning Scatter, broadcast, gather and reduce operation
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 2b04bfbdaddaffa2a34ede4ef12796d5b075fa5c
https://github.com/STEllAR-GROUP/hpx/commit/2b04bfbdaddaffa2a34ede4ef12796d5b075fa5c
Author: Hartmut Kaiser <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/argument_types.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
M libs/full/collectives/tests/performance/CMakeLists.txt
A libs/full/collectives/tests/performance/benchmark_collectives.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
A libs/full/collectives/tests/unit/broadcast_hierarchical.cpp
A libs/full/collectives/tests/unit/gather_hierarchical.cpp
A libs/full/collectives/tests/unit/reduce_hierarchical.cpp
A libs/full/collectives/tests/unit/scatter_hierarchical.cpp
M tools/.codespell_whitelist
Log Message:
-----------
Resolving merge conflicts, cleaned up implementation
- adding tests for hierarchical APIs'
- adding benchmark for collectives
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 44dcff3eb2ec251c76d4e24b9209be75b12d6c48
https://github.com/STEllAR-GROUP/hpx/commit/44dcff3eb2ec251c76d4e24b9209be75b12d6c48
Author: Hartmut Kaiser <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M docs/sphinx/api/public_distributed_api.rst
M libs/full/collectives/CMakeLists.txt
R libs/full/collectives/include/hpx/collectives/communication_set.hpp
R
libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp
R libs/full/collectives/src/create_communication_set.cpp
R libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
R libs/full/collectives/tests/unit/communication_set.cpp
M tools/.codespell_whitelist
Log Message:
-----------
Removed obsolete communication_set APIs
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 5e80fd3d07028d4e3eac7cf25b97b2468418c10a
https://github.com/STEllAR-GROUP/hpx/commit/5e80fd3d07028d4e3eac7cf25b97b2468418c10a
Author: Hartmut Kaiser <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/create_communicator.cpp
M libs/full/collectives/tests/performance/benchmark_collectives.cpp
M libs/full/collectives/tests/unit/reduce_hierarchical.cpp
M libs/full/include/include/hpx/collectives.hpp
Log Message:
-----------
More refactoring to reduce code duplication
Signed-off-by: Hartmut Kaiser <[email protected]>
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/2f1fd7349e18...5e80fd3d0702
To unsubscribe from these emails, change your notification settings at
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits