Closed
Description
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.
tutorials/intermediate_source/dist_tuto.rst
Line 159 in f1380d3
- reading from
tensor
afterdist.irecv()
will result in undefined behaviour.
It shall be - reading from
tensor
beforedist.irecv()
will result in undefined behaviour.
Describe your environment
Not applicable.