mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
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:
@ -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"""
|
||||
|
Reference in New Issue
Block a user