Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b9f266e62c0d77f3add0f39f6a34c4e4e856b64b
      
https://github.com/STEllAR-GROUP/hpx/commit/b9f266e62c0d77f3add0f39f6a34c4e4e856b64b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-02 (Sun, 02 May 2021)

  Changed paths:
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    A libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
    M libs/parallelism/algorithms/tests/unit/block/CMakeLists.txt
    A libs/parallelism/algorithms/tests/unit/block/task_group.cpp

  Log Message:
  -----------
  Adding hpx::execution::experimental::task_group

- this is similar to tbb:task_group


  Commit: 7abd9705ba1bbec2df9219d5edbbb3124503ad29
      
https://github.com/STEllAR-GROUP/hpx/commit/7abd9705ba1bbec2df9219d5edbbb3124503ad29
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-02 (Sun, 02 May 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
    M libs/parallelism/algorithms/tests/unit/block/task_group.cpp

  Log Message:
  -----------
  Making task_group variadic


  Commit: 2e1ae040f17b4fd44b183d25e8eed9787e639ffe
      
https://github.com/STEllAR-GROUP/hpx/commit/2e1ae040f17b4fd44b183d25e8eed9787e639ffe
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M libs/core/errors/include/hpx/errors/exception_list.hpp
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/core/synchronization/src/detail/condition_variable.cpp
    M libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
    M libs/parallelism/algorithms/tests/unit/block/task_group.cpp

  Log Message:
  -----------
  Add exception handling

- flyby: remove dead code from condition_variable
- flyby: switch latch to use notify_one instead of notify_all


  Commit: c0eebbd534af4e9c999867ec72f52797a51b3c5d
      
https://github.com/STEllAR-GROUP/hpx/commit/c0eebbd534af4e9c999867ec72f52797a51b3c5d
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-03 (Mon, 03 May 2021)

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

  Log Message:
  -----------
  Reimplement task_block using task_group


  Commit: 65d7595ef8343ccf21ba6419179d28ed77b61a7a
      
https://github.com/STEllAR-GROUP/hpx/commit/65d7595ef8343ccf21ba6419179d28ed77b61a7a
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
    M libs/parallelism/algorithms/tests/unit/block/task_group.cpp

  Log Message:
  -----------
  Slight changes to local::latch that might solve a race

- fixing task_group::run to properly handle additional arguments


  Commit: 8e33a3435643ccbd4a7f842680a7df9a88b39e1e
      
https://github.com/STEllAR-GROUP/hpx/commit/8e33a3435643ccbd4a7f842680a7df9a88b39e1e
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/task_block.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp

  Log Message:
  -----------
  Cleaning up review comments and testing problems


  Commit: da6ec7f5d152da6aa8f7f75111e6859d321d4eb6
      
https://github.com/STEllAR-GROUP/hpx/commit/da6ec7f5d152da6aa8f7f75111e6859d321d4eb6
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M libs/core/errors/include/hpx/errors/exception_list.hpp
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/core/synchronization/src/detail/condition_variable.cpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M libs/parallelism/algorithms/include/hpx/parallel/task_block.hpp
    A libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
    M libs/parallelism/algorithms/tests/unit/block/CMakeLists.txt
    A libs/parallelism/algorithms/tests/unit/block/task_group.cpp

  Log Message:
  -----------
  Merge pull request #5310 from STEllAR-GROUP/task_group

Adding hpx::execution::experimental::task_group


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

Reply via email to