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

This reverts commit b1a02bf70824a4802411ddd5be1d3610e7a2e269.

Reverted https://github.com/pytorch/pytorch/pull/136224 on behalf of https://github.com/ezyang due to Failing internall CI ([comment](https://github.com/pytorch/pytorch/pull/136224#issuecomment-2374201626))
This commit is contained in:
PyTorch MergeBot
2024-09-25 14:11:01 +00:00
parent 20a855bf01
commit e3b89ca124
9 changed files with 45 additions and 108 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"""