Branch: refs/heads/local_workstealing_scheduler
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8656f7f013c80499ff501191b2f229f2aa5b4b77
      
https://github.com/STEllAR-GROUP/hpx/commit/8656f7f013c80499ff501191b2f229f2aa5b4b77
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M .clang-format
    M CMakeLists.txt
    M hpx/runtime/threads/detail/scheduling_loop.hpp
    M hpx/runtime/threads/policies/local_priority_queue_scheduler.hpp
    M hpx/runtime/threads/policies/local_queue_scheduler.hpp
    A hpx/runtime/threads/policies/local_workstealing_scheduler.hpp
    M hpx/runtime/threads/policies/lockfree_queue_backends.hpp
    M hpx/runtime/threads/policies/scheduler_base.hpp
    M hpx/runtime/threads/policies/schedulers.hpp
    M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
    M hpx/runtime/threads/policies/static_queue_scheduler.hpp
    M hpx/runtime/threads/policies/thread_queue.hpp
    M 
libs/resource_partitioner/include/hpx/resource_partitioner/partitioner_fwd.hpp
    M libs/resource_partitioner/src/detail_partitioner.cpp
    M libs/threadmanager/src/threadmanager.cpp
    M src/runtime/threads/detail/scheduled_thread_pool.cpp
    M src/runtime/threads/policies/scheduler_base.cpp
    M src/util/command_line_handling.cpp
    M src/util/parse_command_line.cpp
    M src/util/runtime_configuration.cpp
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Adding local work stealing scheduler that is based on message passing 
internally


  Commit: b850c2047f670bd31d90b15aa412e71634f30638
      
https://github.com/STEllAR-GROUP/hpx/commit/b850c2047f670bd31d90b15aa412e71634f30638
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M hpx/runtime/threads/policies/local_priority_queue_scheduler.hpp
    M hpx/runtime/threads/policies/local_workstealing_scheduler.hpp
    M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
    M libs/threadmanager/src/threadmanager.cpp

  Log Message:
  -----------
  Adding high- and low- priority queues

- flyby: cache_line_data now does not generate warnings errors if padding is 
not needed


  Commit: f0eb4778ddefa969d16c9592a559a37744281dff
      
https://github.com/STEllAR-GROUP/hpx/commit/f0eb4778ddefa969d16c9592a559a37744281dff
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M CMakeLists.txt
    M examples/quickstart/fibonacci_local.cpp
    M hpx/async.hpp
    M hpx/async_launch_policy_dispatch.hpp
    M hpx/runtime/threads/detail/scheduling_loop.hpp
    M hpx/runtime/threads/policies/local_workstealing_scheduler.hpp
    M hpx/runtime/threads/policies/thread_queue.hpp
    M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
    M 
libs/resource_partitioner/include/hpx/resource_partitioner/partitioner_fwd.hpp
    M libs/resource_partitioner/src/detail_partitioner.cpp
    M libs/threadmanager/src/threadmanager.cpp
    M src/CMakeLists.txt
    M src/runtime/threads/detail/scheduled_thread_pool.cpp
    M src/util/command_line_handling.cpp
    M src/util/parse_command_line.cpp
    M src/util/runtime_configuration.cpp

  Log Message:
  -----------
  Adding LIFO and FIFO variations of local work-stealing scheduler

- flyby: fixing HPX_WITH_SWAP_CONTEXT_EMULATION
- flyby: minor changes to fibonacci_local example


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/313a79d437ee...f0eb4778ddef
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to