Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 2be3baf0a4c5b0492fb7ad4561874956cc84d2d8
https://github.com/STEllAR-GROUP/hpx/commit/2be3baf0a4c5b0492fb7ad4561874956cc84d2d8
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M cmake/HPX_AddModule.cmake
M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/execution_base/include/hpx/execution_base/agent_base.hpp
M libs/core/execution_base/include/hpx/execution_base/agent_ref.hpp
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M libs/core/execution_base/src/agent_ref.cpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/executors/include/hpx/executors/detail/hierarchical_spawning.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/parallel_executor.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/include/hpx/threading_base/execution_agent.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/scheduler_base.cpp
M libs/core/threading_base/src/set_thread_state.cpp
Log Message:
-----------
Fixing problems with scheduler fast-idle mode
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: a29b1c422813f75539f631ddd677439adbef1a29
https://github.com/STEllAR-GROUP/hpx/commit/a29b1c422813f75539f631ddd677439adbef1a29
Author: Panos Syskakis <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
Log Message:
-----------
Prevent staggler thread from blocking progress in index_queue_spawning
Commit: 15be02d5bbf3b6b39ae509afa1ed98ecf7ed0140
https://github.com/STEllAR-GROUP/hpx/commit/15be02d5bbf3b6b39ae509afa1ed98ecf7ed0140
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M components/containers/partitioned_vector/tests/unit/coarray.cpp
M components/containers/partitioned_vector/tests/unit/coarray_all_reduce.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp
M libs/core/affinity/include/hpx/affinity/affinity_data.hpp
M libs/core/affinity/src/affinity_data.cpp
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
M libs/core/compute_local/tests/unit/allocator_binder_matrix.hpp
M libs/core/compute_local/tests/unit/numa_allocator.cpp
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/core/execution_base/tests/unit/execution_context.cpp
M libs/core/executors/examples/disable_thread_stealing_executor.cpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/parallel_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/executors/tests/unit/annotating_executor.cpp
M libs/core/executors/tests/unit/annotation_property.cpp
M libs/core/executors/tests/unit/parallel_executor.cpp
M libs/core/executors/tests/unit/parallel_fork_executor.cpp
M libs/core/executors/tests/unit/parallel_policy_executor.cpp
M libs/core/executors/tests/unit/standalone_thread_pool_executor.cpp
M libs/core/futures/src/detail/execute_thread.cpp
M libs/core/resource_partitioner/examples/CMakeLists.txt
M libs/core/resource_partitioner/examples/guided_pool_test.cpp
M
libs/core/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
M libs/core/resource_partitioner/examples/simple_resource_partitioner.cpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M libs/core/resource_partitioner/tests/unit/cross_pool_injection.cpp
M libs/core/resource_partitioner/tests/unit/scheduler_priority_check.cpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/core/runtime_local/src/runtime_local.cpp
M libs/core/schedulers/include/hpx/schedulers/background_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/static_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M
libs/core/thread_pools/include/hpx/thread_pools/detail/scheduling_callbacks.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/thread_pools/src/detail/background_thread.cpp
M libs/core/thread_pools/src/detail/scheduling_log.cpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/src/create_thread.cpp
M libs/core/threading_base/src/create_work.cpp
M libs/core/threading_base/src/scheduler_base.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threadmanager/CMakeLists.txt
M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/core/threadmanager/src/threadmanager.cpp
M libs/core/topology/include/hpx/topology/topology.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/collectives/tests/regressions/barrier_hang.cpp
M tests/performance/local/future_overhead.cpp
M tests/performance/local/future_overhead_report.cpp
M tests/performance/local/stream.cpp
Log Message:
-----------
Every thread stores its own scheduler-mode now
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 1b6e4536aafcbdb77df98f4407bcc06a0ae1fa6a
https://github.com/STEllAR-GROUP/hpx/commit/1b6e4536aafcbdb77df98f4407bcc06a0ae1fa6a
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M libs/core/executors/include/hpx/executors/parallel_executor.hpp
M libs/core/executors/tests/unit/annotating_executor.cpp
M libs/core/executors/tests/unit/annotation_property.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
Log Message:
-----------
Partially revert changes to parallel_executor
Commit: bfb7c6634d2b3480e181794c2e987e366a2ffb18
https://github.com/STEllAR-GROUP/hpx/commit/bfb7c6634d2b3480e181794c2e987e366a2ffb18
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M cmake/HPX_AddModule.cmake
M components/containers/partitioned_vector/tests/unit/coarray.cpp
M components/containers/partitioned_vector/tests/unit/coarray_all_reduce.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp
M libs/core/affinity/include/hpx/affinity/affinity_data.hpp
M libs/core/affinity/src/affinity_data.cpp
M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
M libs/core/compute_local/tests/unit/allocator_binder_matrix.hpp
M libs/core/compute_local/tests/unit/numa_allocator.cpp
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/core/execution_base/include/hpx/execution_base/agent_base.hpp
M libs/core/execution_base/include/hpx/execution_base/agent_ref.hpp
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M libs/core/execution_base/src/agent_ref.cpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/execution_base/tests/unit/execution_context.cpp
M libs/core/executors/examples/disable_thread_stealing_executor.cpp
M libs/core/executors/include/hpx/executors/detail/hierarchical_spawning.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/parallel_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/executors/tests/unit/annotating_executor.cpp
M libs/core/executors/tests/unit/annotation_property.cpp
M libs/core/executors/tests/unit/parallel_executor.cpp
M libs/core/executors/tests/unit/parallel_fork_executor.cpp
M libs/core/executors/tests/unit/parallel_policy_executor.cpp
M libs/core/executors/tests/unit/standalone_thread_pool_executor.cpp
M libs/core/futures/src/detail/execute_thread.cpp
M libs/core/resource_partitioner/examples/CMakeLists.txt
M libs/core/resource_partitioner/examples/guided_pool_test.cpp
M
libs/core/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
M libs/core/resource_partitioner/examples/simple_resource_partitioner.cpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M libs/core/resource_partitioner/tests/unit/cross_pool_injection.cpp
M libs/core/resource_partitioner/tests/unit/scheduler_priority_check.cpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/core/runtime_local/src/runtime_local.cpp
M libs/core/schedulers/include/hpx/schedulers/background_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/static_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M
libs/core/thread_pools/include/hpx/thread_pools/detail/scheduling_callbacks.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/thread_pools/src/detail/background_thread.cpp
M libs/core/thread_pools/src/detail/scheduling_log.cpp
M libs/core/threading_base/include/hpx/threading_base/execution_agent.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/src/create_thread.cpp
M libs/core/threading_base/src/create_work.cpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/scheduler_base.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threadmanager/CMakeLists.txt
M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/core/threadmanager/src/threadmanager.cpp
M libs/core/topology/include/hpx/topology/topology.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/collectives/tests/regressions/barrier_hang.cpp
M tests/performance/local/future_overhead.cpp
M tests/performance/local/future_overhead_report.cpp
M tests/performance/local/stream.cpp
Log Message:
-----------
Merge pull request #6795 from STEllAR-GROUP/fast_idle_mode
Fixing problems with scheduler fast-idle mode
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/049a2946d488...bfb7c6634d2b
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