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

[BUG] [Documentation][Typo] : https://pytorch.org/tutorials/intermediate/dist_tuto.html #3052

Open
ankushjqc opened this issue Sep 11, 2024 · 1 comment · May be fixed by #3053
Open

[BUG] [Documentation][Typo] : https://pytorch.org/tutorials/intermediate/dist_tuto.html #3052

ankushjqc opened this issue Sep 11, 2024 · 1 comment · May be fixed by #3053

Comments

@ankushjqc
Copy link

ankushjqc commented Sep 11, 2024

Add Link

https://pytorch.org/tutorials/intermediate/dist_tuto.html

Describe the bug

Documentation Bug.
It seems like there is a typo in following statement.

- reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour.

  • reading from tensor after dist.irecv() will result in undefined behaviour.
    It shall be
  • reading from tensor before dist.irecv() will result in undefined behaviour.

Describe your environment

Not applicable.

cc @wconstab @osalpekar @H-Huang @kwen2501

@ankushjqc ankushjqc added the bug label Sep 11, 2024
@ankushjqc ankushjqc linked a pull request Sep 11, 2024 that will close this issue
4 tasks
@venkatram-dev
Copy link

I feel it should rather be like this #3022.
This seems more accurate as we need to wait until req.wait() has been executed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants