Skip to content

v4.1.x: ompi/coll/cuda: implement reduce_local #12752

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
merged 1 commit into from
Sep 30, 2024

Conversation

Akshay-Venkatesh
Copy link
Contributor

@Akshay-Venkatesh Akshay-Venkatesh commented Aug 13, 2024

Reduce_local implementation is missing which causes failures in IMB. The implementation piggybacks on existing cuda reduce implementation to stage/unstage send/receive buffers.

bot:notacherrypick

Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

050b1ed: ompi/coll/cuda: implement reduce_local

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

@jsquyres jsquyres changed the title ompi/coll/cuda: implement reduce_local v4.1.x: ompi/coll/cuda: implement reduce_local Aug 14, 2024
@jsquyres
Copy link
Member

jsquyres commented Aug 14, 2024

This looks related to #12758, even though the file paths have changed.

Should probably resolve the discussion there first before merging here.

I took the liberty of converting this to Draft so that it's not accidentally merged.

@jsquyres jsquyres marked this pull request as draft August 14, 2024 14:14
@Akshay-Venkatesh Akshay-Venkatesh marked this pull request as ready for review September 25, 2024 14:40
ptrdiff_t gap;
char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL;
size_t bufsize;
int rc;
Copy link
Member

Choose a reason for hiding this comment

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

Why do you need rc ? Just return OMPI_SUCCESS.

@jsquyres jsquyres merged commit 2d50600 into open-mpi:v4.1.x Sep 30, 2024
9 checks passed
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.

4 participants