Remove deprecated torch.symeig#70988
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 099c50e (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This reverts commit 2740daf. Reverted #90887 on behalf of https://github.com/huydhn due to Sorry for reverting your PR. We reverted #70988 in https://hud.pytorch.org/pytorch/pytorch/commit/acdd462b1a070790799ce4623ce8ecc83e197e81 and this test starts to fail. There is probably a dependency between the twos
This test inspects the dispatcher directly, so captures operators without `OpInfo` including internal helper operators and backward operators that might appear in a trace. Pull Request resolved: #90887 Approved by: https://github.com/ezyang
|
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: Meta Internal-Only Changes Check Details for Dev Infra teamRaised by workflow job |
|
Some CI jobs are failing (e.g. https://github.com/pytorch/pytorch/actions/runs/4048928070/jobs/6974815885): |
|
@pytorchbot merge -f "XLA is passing, PR was green except for the XLA job" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
torch.symeig was removed pytorch/pytorch#70988
* Update removed torch.symeig from parametrizations.py torch.symeig was removed pytorch/pytorch#70988 --------- Co-authored-by: Mario Lezcano Casado <3291265+lezcano@users.noreply.github.com>
The time has come to remove deprecated linear algebra related functions. This PR removes `torch.symeig`. Pull Request resolved: pytorch#70988 Approved by: https://github.com/lezcano, https://github.com/kit1980
This reverts commit b9760ac. Reverted pytorch#70988 on behalf of https://github.com/kit1980 due to Failing XLA tests, forward fix unsuccessful
…0887)" This reverts commit a191a03. Reverted pytorch#90887 on behalf of https://github.com/huydhn due to Sorry for reverting your PR. We reverted pytorch#70988 in https://hud.pytorch.org/pytorch/pytorch/commit/2f93ceda0cefe43d3e26e30f7cd6e72c22096e0b and this test starts to fail. There is probably a dependency between the twos
The time has come to remove deprecated linear algebra related functions. This PR removes `torch.symeig`. - [x] XLA PR: pytorch/xla#4498 Pull Request resolved: pytorch#70988 Approved by: https://github.com/lezcano, https://github.com/kit1980, https://github.com/malfet
The time has come to remove deprecated linear algebra related functions. This PR removes
torch.symeig.cc @jianyuh @nikitaved @pearu @mruberry @walterddr @xwang233 @lezcano @mcarilli @ptrblck @leslie-fang-intel @jgong5 @IvanYashchuk