Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 02ff575dae098eb63155f40c3a4352798b91e4b9
      
https://github.com/STEllAR-GROUP/hpx/commit/02ff575dae098eb63155f40c3a4352798b91e4b9
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    A libs/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    A libs/concurrency/tests/unit/contiguous_index_queue.cpp
    M libs/core/concurrency/CMakeLists.txt
    M libs/core/concurrency/tests/unit/CMakeLists.txt
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    A libs/executors/include/hpx/executors/fork_join_executor.hpp
    A libs/executors/tests/unit/fork_join_executor.cpp
    M libs/parallelism/executors/CMakeLists.txt
    M libs/parallelism/executors/tests/unit/CMakeLists.txt
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Add experimental fork_join_executor

The fork_join_executor provides blocking fork-join semantics for bulk
operations with yielding after a customizable idle time.


  Commit: 94e89622d581dbf061213c36b07e2acd3925cc21
      
https://github.com/STEllAR-GROUP/hpx/commit/94e89622d581dbf061213c36b07e2acd3925cc21
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Disable stream benchmark with nvcc


  Commit: 15d8742b1db52541a9df3e1237589547e5078599
      
https://github.com/STEllAR-GROUP/hpx/commit/15d8742b1db52541a9df3e1237589547e5078599
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    R libs/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    R libs/concurrency/tests/unit/contiguous_index_queue.cpp
    A 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    A libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
    R libs/executors/include/hpx/executors/fork_join_executor.hpp
    R libs/executors/tests/unit/fork_join_executor.cpp
    A libs/parallelism/executors/include/hpx/executors/fork_join_executor.hpp
    A libs/parallelism/executors/tests/unit/fork_join_executor.cpp

  Log Message:
  -----------
  Move fork_join_executor files to new module hierarchy


  Commit: a871e870c963114e85fb505bca8e749eb0959537
      
https://github.com/STEllAR-GROUP/hpx/commit/a871e870c963114e85fb505bca8e749eb0959537
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/parallelism/executors/include/hpx/executors/fork_join_executor.hpp

  Log Message:
  -----------
  Include more specific headers in fork_join_executor and contiguous_index_queue


  Commit: fd54af5781f19cf0d398fc4f6144e888afdff293
      
https://github.com/STEllAR-GROUP/hpx/commit/fd54af5781f19cf0d398fc4f6144e888afdff293
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M libs/core/concurrency/CMakeLists.txt
    A 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/core/concurrency/tests/unit/CMakeLists.txt
    A libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/parallelism/executors/CMakeLists.txt
    A libs/parallelism/executors/include/hpx/executors/fork_join_executor.hpp
    M libs/parallelism/executors/tests/unit/CMakeLists.txt
    A libs/parallelism/executors/tests/unit/fork_join_executor.cpp
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Merge pull request #4744 from msimberg/fork-join-executor

Fork-join executor


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

Reply via email to