mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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