-
Notifications
You must be signed in to change notification settings - Fork 280
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
coll: add coll_group to collective interfaces #7103
Open
hzhou
wants to merge
27
commits into
pmodels:main
Choose a base branch
from
hzhou:2408_coll_group
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9340ed5
comm: store num_local and num_external in MPIR_Comm
hzhou 417c2c5
comm: remove node_count
hzhou a24834b
comm/csel: remove reference to subcomms in csel prune_tree
hzhou 132c188
coll: remove coll.pof2 field
hzhou c941fbe
comm: add MPIR_Subgroup
hzhou d9bf21b
coll: add macros to get rank/size with coll_group
hzhou 105c7e0
coll: add coll_group argument to coll interfaces
hzhou 3501b57
continue: add coll_group to collective interfaces
hzhou 1c40a12
coll: add coll_group argument to MPIC/sched/TSP routines
hzhou b410435
continue: add coll_group in MPIC/sched/TSP routines
hzhou ca5917d
ch4: fallback to mpir if coll_group is non-zero
hzhou a683ec6
coll: add coll_group to csel signature
hzhou 287aeb4
coll: threadcomm coll to use MPIR_SUBGROUP_THREADCOMM
hzhou f7f6ae1
coll: check coll_group in MPIR_Comm_is_parent_comm
hzhou 75a0e67
coll: make non-compositional algorithm coll_group aware
hzhou bdd4532
coll: modify bcast_intra_smp to use subgroups
hzhou 066e586
coll: avoid extra intra bcast in bcast_intra_smp
hzhou e374920
coll: modify smp algorithms to use MPIR_Subgroup
hzhou f98f2e7
mpir: replace subcomm usage with subgroups
hzhou 1a16de9
coll/csel: omit prunning on communicator size
hzhou 718d868
coll: refactor caching tree in the comm struct
hzhou 1d79beb
coll: add coll_group to treealgo routines
hzhou b8c1f54
coll: add nogroup restriction to certain algorithms
hzhou ef79319
coll: check coll_group in MPIR_Sched_next_tag
hzhou 138c760
coll: refactor barrier_intra_k_dissemination
hzhou 7001a71
coll/allreduce: remove a leftover empty branch
hzhou 37fc447
coll: patch allreduce_intra_recursive_multiplying.c
hzhou 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how these escaped the whitespace checker in the original PR.