Skip to content
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 a new bcast composition #6781

Merged
merged 2 commits into from
May 2, 2024
Merged

coll: add a new bcast composition #6781

merged 2 commits into from
May 2, 2024

Commits on May 2, 2024

  1. coll: add a new bcast composition

    Add composition delta for bcast that can utilize the direct links between
    the GPUs in the same node. This composition delta is basically the same as
    composition alpha, it just moves the data swap before the intra-node bcast.
    dycz0fx authored and abrooks98 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1d2f8ee View commit details
    Browse the repository at this point in the history
  2. coll: improve readability in MPIDI_Bcast_intra_composition_alpha

    When the root is not the local node leader, the data needs to be sent
    from the root to the local leader. Rewrite that part of code to make
    it more clear.
    dycz0fx authored and abrooks98 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bcdb21e View commit details
    Browse the repository at this point in the history