Skip to content

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

Closed
@ankushjqc

Description

@ankushjqc

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions