-
-
Notifications
You must be signed in to change notification settings - Fork 542
[parallel] Add projection support to hpx::is_sorted, hpx::is_sorted_until, and hpx::is_partitioned CPOs #7220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
hkaiser
merged 31 commits into
TheHPXProject:master
from
aneek22112007-tech:fix/is-sorted-is-partitioned-projection
May 6, 2026
+54
−19
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f91eb8d
[parallel] Add projection support to hpx::is_sorted, hpx::is_sorted_u…
dasaneek007-cpu 01e66d6
Remove inline comments from is_sorted_projection test
dasaneek007-cpu 118ce13
Fix is_sorted_until cross-chunk cancellation indexing bug
dasaneek007-cpu b1223a9
Fix clang-format issues in test file
dasaneek007-cpu 4e02198
Fix ambiguity in is_sorted and is_partitioned overloads and update tr…
dasaneek007-cpu aba2785
Apply clang-format
dasaneek007-cpu ccca6a4
Fix formatting, missing templates, and parallel logic for is_sorted a…
dasaneek007-cpu 4809671
Fix data races in parallel algorithms by ensuring per-chunk loops are…
dasaneek007-cpu 0bf482f
Fix iterator vs value type mismatch in util::loop_n callbacks
dasaneek007-cpu cdeb015
Fix segmented algorithm dispatch and standardize projection support f…
dasaneek007-cpu a0ba9ef
Address maintainer feedback for is_sorted and is_partitioned
dasaneek007-cpu eccc0e0
Merge branch 'master' into fix/is-sorted-is-partitioned-projection
aneek22112007-tech fff9af3
Stabilize is_sorted and is_partitioned for segmented iterators
dasaneek007-cpu 5f6a1f9
Fix CI failures: fix formatting, add missing includes, and resolve ma…
dasaneek007-cpu bab99a9
Address maintainer feedback: rename partition_status enums and remove…
dasaneek007-cpu c99a4d4
Resolve merge conflicts with upstream/master
dasaneek007-cpu 65cebbd
Fix clang-format: restore unmodified files to upstream state
dasaneek007-cpu 485facf
Merge branch 'master' into fix/is-sorted-is-partitioned-projection
aneek22112007-tech 93c17cb
Fix is_sorted and is_partitioned projection support and cleanup expor…
dasaneek007-cpu e588d25
Merge branch 'master' into fix/is-sorted-is-partitioned-projection
aneek22112007-tech 58b8b8f
Apply clang-format to projection support files
dasaneek007-cpu b2322b6
Fix export macros in projection traits and apply formatting
dasaneek007-cpu 2c30820
Comprehensive clang-format pass for all modified algorithm files
dasaneek007-cpu 01ea3cc
Final cleanup of CMakeLists.txt and test registration for projection …
dasaneek007-cpu be5aff9
Finalizing is_sorted and is_partitioned parallel algorithms: fix canc…
dasaneek007-cpu 388694b
Revert unrelated changes: restore CMakeLists files and algorithm head…
dasaneek007-cpu efb3071
Merge branch 'master' into fix/is-sorted-is-partitioned-projection
aneek22112007-tech cabf47c
Fix clang-format-20 formatting in container_algorithms/is_partitioned…
dasaneek007-cpu 150dcd5
Address maintainer feedback: restore C++ module annotations and add m…
dasaneek007-cpu ab6649e
Address maintainer feedback: revert CPO API changes and restore modul…
dasaneek007-cpu 3f09069
Fix formatting issue in is_sorted.hpp
dasaneek007-cpu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.