Skip to content

Fix #514 #521

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 9 commits into from
May 13, 2025
Merged

Fix #514 #521

merged 9 commits into from
May 13, 2025

Conversation

chhwang
Copy link
Contributor

@chhwang chhwang commented May 10, 2025

  • In cases when the same tag is used for receiving data from the same remote rank, Asynchronous setup #514 changed the behavior of Communicator::connect and Communicator::recvMemory to receive data in the order of std::shared_future::get() is called, instead of the original behvaior that receive data in the order of the method calls. Since the original behavior is more intuitive, we get that back. Now when get() is called on a future, the async function will first call wait() on the latest previously returned future. In a recursive manner, this will call wait() on all previous futures that are not yet ready.
  • Removed all deprecated API calls and replaced into the new ones.

@chhwang
Copy link
Contributor Author

chhwang commented May 11, 2025

/azp run mscclpp-ut

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@chhwang
Copy link
Contributor Author

chhwang commented May 11, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@chhwang chhwang requested a review from Binyang2014 May 11, 2025 23:07
@chhwang
Copy link
Contributor Author

chhwang commented May 12, 2025

/azp run mscclpp-test

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@chhwang
Copy link
Contributor Author

chhwang commented May 12, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@chhwang
Copy link
Contributor Author

chhwang commented May 12, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@chhwang
Copy link
Contributor Author

chhwang commented May 13, 2025

/azp run mscclpp-test

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@chhwang chhwang requested a review from Binyang2014 May 13, 2025 08:39
Copy link
Contributor

@Binyang2014 Binyang2014 left a comment

Choose a reason for hiding this comment

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

LGTM

@chhwang chhwang merged commit de664ad into main May 13, 2025
17 checks passed
@chhwang chhwang deleted the chhwang/fix-514 branch May 13, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants