pytorch/docs/source/cuda_deterministic_backward.rst
bnehoran 0ae030f87e 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
2019-08-22 21:19:39 -07:00

6 lines
224 B
ReStructuredText

.. note::
When using the CUDA backend, this operation may induce nondeterministic
behaviour in its backward pass that is not easily switched off.
Please see the notes on :doc:`/notes/randomness` for background.