Branch: refs/heads/foreach_performance
Home: https://github.com/STEllAR-GROUP/hpx
Commit: ae987cbd9f0ef495d53a2163de5c14396df59641
https://github.com/STEllAR-GROUP/hpx/commit/ae987cbd9f0ef495d53a2163de5c14396df59641
Author: Hartmut Kaiser <[email protected]>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/predicates.hpp
M tests/performance/local/foreach_scaling.cpp
M tests/performance/local/worker_timed.hpp
Log Message:
-----------
Significantly speedup simple for_each, for_loop, and transform
- flyby fix problem in prefetching iterator
Commit: 03b3d188725ac7fc03ecaf1c0bad1bb1b3222f89
https://github.com/STEllAR-GROUP/hpx/commit/03b3d188725ac7fc03ecaf1c0bad1bb1b3222f89
Author: Hartmut Kaiser <[email protected]>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_priority_invoke.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/parallelism/algorithms/tests/performance/CMakeLists.txt
A libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
M libs/parallelism/algorithms/tests/performance/worker_timed.hpp
M tests/performance/local/CMakeLists.txt
R tests/performance/local/foreach_scaling.cpp
Log Message:
-----------
Convert util::loop and friends into CPOs
This is to allow transparent overrides of the functionalities for datapar, etc.
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/953b44ea2c34...03b3d188725a
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits