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

style: update doc styles for fused optimizer and loadbalance dataloader #21

Merged
merged 1 commit into from
Jun 15, 2021
Merged

style: update doc styles for fused optimizer and loadbalance dataloader #21

merged 1 commit into from
Jun 15, 2021

Conversation

wangraying
Copy link
Member

No description provided.

@NOBLES5E NOBLES5E merged commit 31a09a3 into BaguaSys:master Jun 15, 2021
NOBLES5E pushed a commit that referenced this pull request Sep 15, 2021
Features:

    Support tokio backend for better performance in send / recv hybrid communication scenarios.
    Improved packet split method utils::chunk_size. This method can divide the communication packet into multiple small packets of equal size as required, and the packet body is not less than the minimum limit.

Bug fix:

    In our implementation, one p2p communication corresponds to multiple TCP links. When establishing the link, there was a false assumption that the order in which the server accepts is the same as the order in which the client initiates the connect. This is fixed
NOBLES5E pushed a commit that referenced this pull request Sep 15, 2021
Features:

    Support tokio backend for better performance in send / recv hybrid communication scenarios.
    Improved packet split method utils::chunk_size. This method can divide the communication packet into multiple small packets of equal size as required, and the packet body is not less than the minimum limit.

Bug fix:

    In our implementation, one p2p communication corresponds to multiple TCP links. When establishing the link, there was a false assumption that the order in which the server accepts is the same as the order in which the client initiates the connect. This is fixed
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