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

Fix base reduce_scatter_block for large payloads #9956

Merged

Conversation

jjhursey
Copy link
Member

@jjhursey jjhursey commented Feb 1, 2022

  • Update the four base reduce_scatter_block algorithms to support
    large payload collectives.
    • The recursive doubling collective fix would have required
      changing some ompi_datatype functions which was more extensive
      than I wanted to go after in this commit. So if a large payload
      is expected in that collective then it falls back to the linear
      algorithm.

@jjhursey jjhursey force-pushed the fix-large-payload-reduce-scatter-block branch from 5f469aa to 61120c3 Compare February 11, 2022 16:06
 * Update the four base reduce_scatter_block algorithms to support
   large payload collectives.
   - The recursive doubling collective fix would have required
     changing some ompi_datatype functions which was more extensive
     than I wanted to go after in this commit. So if a large payload
     is expected in that collective then it falls back to the linear
     algorithm.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey jjhursey force-pushed the fix-large-payload-reduce-scatter-block branch from 61120c3 to 8167468 Compare February 11, 2022 16:52
Copy link
Member

@bosilca bosilca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be sure, there is no support for INPLACE.

@jjhursey
Copy link
Member Author

There should be. It's handled near the top of the function in this block.

@bosilca bosilca merged commit d38ac4c into open-mpi:master Feb 15, 2022
@jjhursey jjhursey deleted the fix-large-payload-reduce-scatter-block branch February 15, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants