Improved route decoding for collectiv operation#1
Merged
colluca merged 12 commits intocolluca:multicastfrom Sep 16, 2025
Merged
Improved route decoding for collectiv operation#1colluca merged 12 commits intocolluca:multicastfrom
colluca merged 12 commits intocolluca:multicastfrom
Conversation
9dcd6d9 to
d99625f
Compare
colluca
reviewed
Jul 9, 2025
Owner
colluca
left a comment
There was a problem hiding this comment.
Thanks for the contribution Rapha!
PR looks mostly good to me, see detailed comments following.
9debffc to
645e783
Compare
…ault port independent of the address mapping * Add collectiv operation connectivity matrix * Decode the unicast and multicast seperatly
colluca
added a commit
that referenced
this pull request
Sep 19, 2025
--------- Co-authored-by: Luca Colagrande <[email protected]> Co-authored-by: Raphael <[email protected]>
colluca
added a commit
that referenced
this pull request
Jan 25, 2026
--------- Co-authored-by: Luca Colagrande <[email protected]> Co-authored-by: Raphael <[email protected]>
colluca
added a commit
that referenced
this pull request
Jan 29, 2026
--------- Co-authored-by: Luca Colagrande <[email protected]> Co-authored-by: Raphael <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR improves the route decoding for collectiv operation. The address decoding for unicast & multicast are done separately and only then it will be decided which to take according to the
mcastsubfield. It is possible to exclude some output ports from receiving collective operation transmission by using the connectivity matrixCollectivOpsConnectivity.This feature allows to reroute collective operation transmission to the default port even if the destination address is inside the address range of one output port.