Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 29258af87b2830f3d3b1f1a5184e602016147c3b
https://github.com/STEllAR-GROUP/hpx/commit/29258af87b2830f3d3b1f1a5184e602016147c3b
Author: Hartmut Kaiser <[email protected]>
Date: 2025-10-17 (Fri, 17 Oct 2025)
Changed paths:
M
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/message_buffer.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/partitioner_iteration.hpp
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M libs/core/config/include/hpx/config.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M libs/core/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/src/thread_data.cpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/sender.hpp
M libs/full/parcelset/include/hpx/parcelset/decode_parcels.hpp
M libs/full/parcelset/src/parcelhandler.cpp
Log Message:
-----------
Make stackless threads usable with parallel algorithms
- flyby: various minor optimizations
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: a048118983dfdfe6ed4ac9ce649fe831734ba8d8
https://github.com/STEllAR-GROUP/hpx/commit/a048118983dfdfe6ed4ac9ce649fe831734ba8d8
Author: Hartmut Kaiser <[email protected]>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M .jenkins/lsu/Jenkinsfile
R .jenkins/lsu/env-gcc-11.sh
M .jenkins/lsu/env-gcc-12.sh
M .jenkins/lsu/env-gcc-14.sh
M .jenkins/lsu/env-gcc-15.sh
R .jenkins/lsu/slurm-configuration-gcc-11.sh
M docs/sphinx/manual/prerequisites.rst
M
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_simd.hpp
Log Message:
-----------
Remove support for gcc-11 as it ICE's with the changes
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 35a92adb20dcac0d047febff71b914df35ed0a01
https://github.com/STEllAR-GROUP/hpx/commit/35a92adb20dcac0d047febff71b914df35ed0a01
Author: Hartmut Kaiser <[email protected]>
Date: 2025-10-19 (Sun, 19 Oct 2025)
Changed paths:
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M
libs/core/concurrency/include/hpx/concurrency/detail/non_contiguous_index_queue.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/itt_notify/include/hpx/itt_notify/api.hpp
M libs/core/itt_notify/src/itt_notify.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
Log Message:
-----------
A couple of minor optimizations
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: b2f524f912714335a916ea62db434b6c55bc2401
https://github.com/STEllAR-GROUP/hpx/commit/b2f524f912714335a916ea62db434b6c55bc2401
Author: Hartmut Kaiser <[email protected]>
Date: 2025-10-19 (Sun, 19 Oct 2025)
Changed paths:
M .github/workflows/codeql.yml
M .github/workflows/msvc_analysis.yml
Log Message:
-----------
Merge branch 'master' into stackless_threads
Commit: f90d6f8640441028315cefb603d5a71c12dcbd31
https://github.com/STEllAR-GROUP/hpx/commit/f90d6f8640441028315cefb603d5a71c12dcbd31
Author: Hartmut Kaiser <[email protected]>
Date: 2025-10-19 (Sun, 19 Oct 2025)
Changed paths:
M .jenkins/lsu/Jenkinsfile
R .jenkins/lsu/env-gcc-11.sh
M .jenkins/lsu/env-gcc-12.sh
M .jenkins/lsu/env-gcc-14.sh
M .jenkins/lsu/env-gcc-15.sh
R .jenkins/lsu/slurm-configuration-gcc-11.sh
M
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/message_buffer.hpp
M docs/sphinx/manual/prerequisites.rst
M
libs/core/algorithms/include/hpx/parallel/util/detail/partitioner_iteration.hpp
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
M libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M
libs/core/concurrency/include/hpx/concurrency/detail/non_contiguous_index_queue.hpp
M libs/core/config/include/hpx/config.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M libs/core/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
M
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_simd.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/itt_notify/include/hpx/itt_notify/api.hpp
M libs/core/itt_notify/src/itt_notify.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/src/thread_data.cpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/sender.hpp
M libs/full/parcelset/include/hpx/parcelset/decode_parcels.hpp
M libs/full/parcelset/src/parcelhandler.cpp
Log Message:
-----------
Merge pull request #6790 from STEllAR-GROUP/stackless_threads
Make stackless threads usable with parallel algorithms
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/cf950cf96a42...f90d6f864044
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