Revert "Add deterministic path for CUDA cumsum (#136224)"

This reverts commit d1bb8e828f280d1c66fff193c043d5bc36154577.

Reverted https://github.com/pytorch/pytorch/pull/136224 on behalf of https://github.com/atalman due to Break internal CI ([comment](https://github.com/pytorch/pytorch/pull/136224#issuecomment-2379214226))
This commit is contained in:
PyTorch MergeBot
2024-09-27 12:54:47 +00:00
parent c2637a7b26
commit e9d2765ec8
8 changed files with 44 additions and 115 deletions

View File

@ -1497,6 +1497,15 @@ In-place version of :meth:`~Tensor.cumprod`
""",
)
add_docstr_all(
"cumsum",
r"""
cumsum(dim, dtype=None) -> Tensor
See :func:`torch.cumsum`
""",
)
add_docstr_all(
"cumsum_",
r"""