Branch: refs/heads/channel
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 53040d870a9c0e493204735fe9743af338062362
https://github.com/STEllAR-GROUP/hpx/commit/53040d870a9c0e493204735fe9743af338062362
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M libs/core/config/include/hpx/config.hpp
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/detail/communicator.cpp
M libs/full/collectives/tests/unit/all_gather.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/all_to_all.cpp
M libs/full/collectives/tests/unit/broadcast.cpp
M libs/full/collectives/tests/unit/gather.cpp
M libs/full/collectives/tests/unit/scatter.cpp
M libs/full/components/include/hpx/components/basename_registration_fwd.hpp
M libs/full/components/include/hpx/components/client.hpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/full/components/src/basename_registration.cpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp
M libs/parallelism/futures/include/hpx/futures/traits/future_access.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/and_gate.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp
Log Message:
-----------
Making sure collective operations can be reused by preallocating communicator
- fixing issues with client/client_base allowing to propagate names
registered with AGAS that are associated with a client, fixing lifetime
management
- adding transfer_result to future_access trait
- change set() API exposed by and_gate, it now forces lock to moved into
the function
- flyby: remove obsolete reset_registered_name() API function from
client_base
- flyby: working around an #include conflict on recent Windows toolkits
Commit: 5d33b1ab72ba37926f98fb11dd80d57a0eb3ea7b
https://github.com/STEllAR-GROUP/hpx/commit/5d33b1ab72ba37926f98fb11dd80d57a0eb3ea7b
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M libs/full/collectives/CMakeLists.txt
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
A libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/detail/communicator.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
M libs/full/collectives/tests/unit/all_gather.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/all_to_all.cpp
M libs/full/collectives/tests/unit/broadcast.cpp
M libs/full/collectives/tests/unit/gather.cpp
M libs/full/collectives/tests/unit/reduce.cpp
A libs/full/collectives/tests/unit/reduce_direct.cpp
M libs/full/collectives/tests/unit/scatter.cpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
Log Message:
-----------
Adding reduce_here/reduce_there collective operation
- flyby: rename action based reduce.hpp to reduce_direct.hpp
- flyby: modernized all collective operations
- flyby: fixing compilation error on CI
Commit: 083036278d64888bc0c3b103bbd9df8cafb6d4f1
https://github.com/STEllAR-GROUP/hpx/commit/083036278d64888bc0c3b103bbd9df8cafb6d4f1
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M examples/1d_stencil/1d_stencil_8.cpp
M libs/core/config/include/hpx/config.hpp
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/detail/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_communication_set.cpp
M libs/full/collectives/tests/regressions/multiple_gather_ops_2001.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/communication_set.cpp
M libs/full/components/include/hpx/components/basename_registration_fwd.hpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
Log Message:
-----------
Adding documentation
- flyby: removed use after move of locks
Commit: b443de8728541c36b2fc24d6b9be854e656bf370
https://github.com/STEllAR-GROUP/hpx/commit/b443de8728541c36b2fc24d6b9be854e656bf370
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M examples/1d_stencil/1d_stencil_8.cpp
M libs/full/collectives/CMakeLists.txt
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
A libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
A libs/full/collectives/include/hpx/collectives/inclusive_scan.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_communication_set.cpp
M libs/full/collectives/src/detail/communicator.cpp
M libs/full/collectives/tests/regressions/multiple_gather_ops_2001.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
M libs/full/collectives/tests/unit/all_gather.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/all_to_all.cpp
M libs/full/collectives/tests/unit/broadcast.cpp
A libs/full/collectives/tests/unit/exclusive_scan_.cpp
M libs/full/collectives/tests/unit/gather.cpp
A libs/full/collectives/tests/unit/inclusive_scan_.cpp
M libs/full/collectives/tests/unit/reduce.cpp
M libs/full/collectives/tests/unit/scatter.cpp
Log Message:
-----------
Remove collective overloads that take future<T> instead of T
- move all collective functions from hpx::lcos:: to hpx::collectives::,
remove usings from hpx:: namespace
- adding inclusive_scan and exclusive_scan
- flyby: made hpx::collectives::reduce more efficient by avoiding
repeating the reduction operation for each site
Commit: 6b94c123c46ecac03e8266b32c6b4e321ea403b5
https://github.com/STEllAR-GROUP/hpx/commit/6b94c123c46ecac03e8266b32c6b4e321ea403b5
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M libs/full/collectives/CMakeLists.txt
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
A libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
A libs/full/collectives/src/create_communicator.cpp
R libs/full/collectives/src/detail/communicator.cpp
M libs/full/collectives/tests/unit/all_gather.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/all_to_all.cpp
M libs/full/collectives/tests/unit/broadcast.cpp
M libs/full/collectives/tests/unit/exclusive_scan_.cpp
M libs/full/collectives/tests/unit/gather.cpp
M libs/full/collectives/tests/unit/inclusive_scan_.cpp
M libs/full/collectives/tests/unit/reduce.cpp
M libs/full/collectives/tests/unit/scatter.cpp
Log Message:
-----------
Unify communicator creation functions
- replace collectives::create_<op> with collectives::create_communicator
Commit: 97a992f568599051caf319af497dac6da5469933
https://github.com/STEllAR-GROUP/hpx/commit/97a992f568599051caf319af497dac6da5469933
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/collectives/tests/unit/CMakeLists.txt
M libs/full/collectives/tests/unit/exclusive_scan_.cpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp
M libs/parallelism/futures/include/hpx/futures/traits/future_access.hpp
M libs/parallelism/futures/include/hpx/futures/traits/future_traits.hpp
Log Message:
-----------
Fixing transfer_result, modernize various parts
Commit: f3e0d5c2f612dbbdf911ea6f22bbebee75383f5b
https://github.com/STEllAR-GROUP/hpx/commit/f3e0d5c2f612dbbdf911ea6f22bbebee75383f5b
Author: Hartmut Kaiser <[email protected]>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M libs/core/config/include/hpx/config.hpp
M libs/core/thread_support/include/hpx/thread_support/assert_owns_lock.hpp
M libs/core/type_support/include/hpx/type_support/lazy_conditional.hpp
M libs/full/actions_base/include/hpx/actions_base/traits/is_client.hpp
M libs/full/collectives/CMakeLists.txt
A libs/full/collectives/include/hpx/collectives/channel_communicator.hpp
A
libs/full/collectives/include/hpx/collectives/detail/channel_communicator.hpp
A libs/full/collectives/src/channel_communicator.cpp
A libs/full/collectives/src/detail/channel_communicator_server.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
A libs/full/collectives/tests/unit/channel_communicator.cpp
M libs/full/components/include/hpx/components/client.hpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/channel.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
M libs/full/lcos_distributed/tests/unit/CMakeLists.txt
M
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/promise.hpp
M
libs/parallelism/futures/include/hpx/futures/traits/detail/future_traits.hpp
M libs/parallelism/futures/include/hpx/futures/traits/future_then_result.hpp
M libs/parallelism/futures/include/hpx/futures/traits/future_traits.hpp
M libs/parallelism/futures/include/hpx/futures/traits/is_future.hpp
M
libs/parallelism/futures/include/hpx/futures/traits/promise_remote_result.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/channel.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/packaged_task.hpp
Log Message:
-----------
Adding channel_communicator
- flyby: Modernize channel implementations
- flyby: Modernize promise, packaged_task, and various traits
- flyby: hpx::wait_all: modernize and fix problem
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/e9ff65c67d94...f3e0d5c2f612
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits