mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Typo correction in cuda_deterministic_backward.rst (#25011)
Summary: I presume this is what was intended. cc t-vi Pull Request resolved: https://github.com/pytorch/pytorch/pull/25011 Differential Revision: D16980939 Pulled By: soumith fbshipit-source-id: c55b22e119f3894bd124eb1dce4f92a719ac047a
This commit is contained in:
parent
192a26249d
commit
0ae030f87e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.. note::
|
||||
|
||||
When using the CUDA backend, this operation may induce nondeterministic
|
||||
behaviour in be backward that is not easily switched off.
|
||||
behaviour in its backward pass that is not easily switched off.
|
||||
Please see the notes on :doc:`/notes/randomness` for background.
|
||||
|
|
|
|||
Loading…
Reference in a new issue