From 0ae030f87e5e1b4be7fff76c8075cf2fe7c9a63e Mon Sep 17 00:00:00 2001 From: bnehoran Date: Thu, 22 Aug 2019 21:17:30 -0700 Subject: [PATCH] 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 --- docs/source/cuda_deterministic_backward.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cuda_deterministic_backward.rst b/docs/source/cuda_deterministic_backward.rst index 30e80ebffb6..e8a9fb8bade 100644 --- a/docs/source/cuda_deterministic_backward.rst +++ b/docs/source/cuda_deterministic_backward.rst @@ -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.