Branch: refs/heads/namespace_changes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 63a4ac9eeba3faea5b412954bcbd3b6505f251b3
      
https://github.com/STEllAR-GROUP/hpx/commit/63a4ac9eeba3faea5b412954bcbd3b6505f251b3
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2024-11-08 (Fri, 08 Nov 2024)

  Changed paths:
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M docs/sphinx/releases.rst
    A docs/sphinx/releases/whats_new_1_11_0.rst
    M examples/async_io/async_io_action.cpp
    M examples/async_io/async_io_simple.cpp
    M examples/qt/qt.cpp
    M examples/quickstart/simple_future_continuation.cpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/scoped_executor_parameters.hpp
    M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/scan_partitioner.hpp
    M libs/core/algorithms/tests/performance/foreach_scaling_helpers.hpp
    M libs/core/algorithms/tests/regressions/num_cores.cpp
    M libs/core/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
    M 
libs/core/async_local/tests/unit/async_local_executor_additional_arguments.cpp
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
    M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
    M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
    M 
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
    M libs/core/compute_local/include/hpx/compute_local/host/numa_allocator.hpp
    M 
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
    M libs/core/config/include/hpx/config/deprecation.hpp
    M libs/core/config/include/hpx/config/threads_stack.hpp
    M 
libs/core/execution/include/hpx/execution/executors/adaptive_static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/auto_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/default_parameters.hpp
    M libs/core/execution/include/hpx/execution/executors/dynamic_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M libs/core/execution/include/hpx/execution/executors/guided_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/num_cores.hpp
    M 
libs/core/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/rebind_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/core/execution/src/execution_parameter_callbacks.cpp
    M libs/core/execution/tests/regressions/is_executor_1691.cpp
    M libs/core/execution/tests/unit/executor_parameters.cpp
    M libs/core/execution/tests/unit/executor_parameters_dispatching.cpp
    M libs/core/execution/tests/unit/executor_parameters_timer_hooks.cpp
    M libs/core/execution/tests/unit/minimal_sync_executor.cpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/is_executor_parameters.hpp
    M libs/core/executors/examples/disable_thread_stealing_executor.cpp
    M libs/core/executors/examples/executor_with_thread_hooks.cpp
    M libs/core/executors/include/hpx/executors/annotating_executor.hpp
    M libs/core/executors/include/hpx/executors/async.hpp
    M libs/core/executors/include/hpx/executors/execution_policy.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
    M libs/core/executors/include/hpx/executors/guided_pool_executor.hpp
    M libs/core/executors/include/hpx/executors/limiting_executor.hpp
    M libs/core/executors/include/hpx/executors/parallel_executor.hpp
    M 
libs/core/executors/include/hpx/executors/restricted_thread_pool_executor.hpp
    M libs/core/executors/include/hpx/executors/scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/sequenced_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/executors/tests/regressions/pu_count_6184.cpp
    M libs/core/executors/tests/regressions/wrapping_executor.cpp
    M libs/core/executors/tests/unit/parallel_executor.cpp
    M libs/core/executors/tests/unit/parallel_executor_parameters.cpp
    M libs/core/executors/tests/unit/service_executors.cpp
    M 
libs/core/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
    M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/replay_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/replicate_executor.hpp
    M libs/core/resource_partitioner/examples/async_customization.cpp
    M libs/core/resource_partitioner/examples/guided_pool_test.cpp
    M libs/core/runtime_local/include/hpx/runtime_local/run_as_os_thread.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/service_executors.hpp
    M libs/core/runtime_local/src/service_executors.cpp
    M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp
    M libs/core/timed_execution/tests/unit/minimal_timed_sync_executor.cpp
    M libs/full/init_runtime/tests/unit/parcel_pool.cpp
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Moving most of APIs from hpx::parallel::execution to 
hpx::execution::experimental



To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to