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

@ -136,7 +136,6 @@ blocklist = [
"requires_grad",
"range",
# defined in functional
"cumsum",
"einsum",
# Somehow, these are defined in both _C and in functional. Ick!
"broadcast_tensors",