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

This reverts commit d45b0151e5d9a9358368b9fbd7fa454edd5d9709.

Reverted https://github.com/pytorch/pytorch/pull/136224 on behalf of https://github.com/atalman due to Failing internall CI ([comment](https://github.com/pytorch/pytorch/pull/136224#issuecomment-2369244135))
This commit is contained in:
PyTorch MergeBot
2024-09-23 19:57:13 +00:00
parent 08dba25775
commit fd182b90a7
9 changed files with 45 additions and 105 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"""