Files
pytorch/docs/source/cuda_deterministic_backward.rst
Thomas Viehmann 0521c47c91 Amend nondeterminism notes (#12217)
Summary:
include atomicAdd commentary as this is less well known

There is some discussion in #12207

Unfortunately, I cannot seem to get the ..include working in `_tensor_docs.py` and `_torch_docs.py`. I could use a hint for that.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12217

Differential Revision: D10419739

Pulled By: SsnL

fbshipit-source-id: eecd04fb7486bd9c6ee64cd34859d61a0a97ec4e
2018-10-16 23:59:26 -07:00

6 lines
218 B
ReStructuredText

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