We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc88a5 commit 268c638Copy full SHA for 268c638
intermediate_source/dist_tuto.rst
@@ -161,7 +161,8 @@ we should not modify the sent tensor nor access the received tensor before ``req
161
In other words,
162
163
- writing to ``tensor`` after ``dist.isend()`` will result in undefined behaviour.
164
-- reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour, until ``req.wait()`` has been executed.
+- reading from ``tensor`` after ``dist.irecv()`` will result in undefined
165
+ behaviour, until ``req.wait()`` has been executed.
166
167
However, after ``req.wait()``
168
has been executed we are guaranteed that the communication took place,
0 commit comments