Branch: refs/heads/std_execution_policies
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ebb52c0d6e448d82aabc20ca642e6cbbeaae3715
      
https://github.com/STEllAR-GROUP/hpx/commit/ebb52c0d6e448d82aabc20ca642e6cbbeaae3715
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    M cmake/tests/cxx17_std_execution_policies.cpp
    A cmake/tests/cxx20_std_execution_policies.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_exception_termination_handler.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_local_exceptions.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_remote_exceptions.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_std_policies.cpp
    M libs/parallelism/executors/include/hpx/executors/exception_list.hpp
    M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
    M libs/parallelism/executors/include/hpx/executors/execution_policy_fwd.hpp
    M libs/parallelism/executors/include/hpx/executors/std_execution_policy.hpp
    M libs/parallelism/executors/tests/unit/std_execution_policies.cpp

  Log Message:
  -----------
  Adding hpx::execution::unsequenced_policy (hpx::execution::unseq)

- this policy currently simply maps to hpx::execution::sequenced_policy
- also add (conditional) support for std::execution::unseq (C++20)


_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to