mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
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
6 lines
218 B
ReStructuredText
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.
|