Revert "Introduce torch.sym_sum (#136429)"

This reverts commit 90bed32b986ab1356dc376df3985497cedbe8a29.

Reverted https://github.com/pytorch/pytorch/pull/136429 on behalf of https://github.com/ezyang due to fails internal stuff ([comment](https://github.com/pytorch/pytorch/pull/136429#issuecomment-2403335147))
This commit is contained in:
PyTorch MergeBot
2024-10-09 20:08:01 +00:00
parent 572f506f9c
commit 16a2c2cfd4
17 changed files with 18 additions and 255 deletions

View File

@ -1139,7 +1139,6 @@ def get_testing_overrides() -> Dict[Callable, Callable]:
torch.sym_min: lambda a, b: -1,
torch.sym_not: lambda input: -1,
torch.sym_ite: lambda a, b, c: -1,
torch.sym_sum: lambda args: -1,
torch._sym_sqrt: lambda input: -1,
torch._sym_cos: lambda input: -1,
torch._sym_cosh: lambda input: -1,