-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Remove deprecated torch.eig #70982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated torch.eig #70982
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/slow For more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
✅ No Failures (0 Pending)As of commit b26952f (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this one gone!
PyTorch's `torch.eig` was deprecated since version 1.9 and is being removed by pytorch/pytorch#70982
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a rebase, but LGTM provided that CI is green
@kit1980 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Please do not merge until I confirm the internal tests pass. |
How do internal tests look, did they pass? |
Removing one old piece of code that fails currently. |
@IvanYashchuk I'm going to land the diff internally soon, the PR will be merged automatically after that. |
Summary: The time has come to remove deprecated linear algebra related functions. This PR removes `torch.eig`. cc jianyuh nikitaved pearu mruberry walterddr IvanYashchuk xwang233 Lezcano X-link: pytorch/pytorch#70982 Reviewed By: malfet Differential Revision: D37966198 Pulled By: kit1980 fbshipit-source-id: 83eccb849480dd022f3c7597755089656187220f
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @IvanYashchuk. |
Landed! |
Summary: The time has come to remove deprecated linear algebra related functions. This PR removes `torch.eig`. cc jianyuh nikitaved pearu mruberry walterddr IvanYashchuk xwang233 Lezcano Pull Request resolved: #70982 Reviewed By: malfet Differential Revision: D37966198 Pulled By: kit1980 fbshipit-source-id: 83eccb849480dd022f3c7597755089656187220f
OK, functorch test is failing https://github.com/pytorch/pytorch/runs/8279538230?check_suite_focus=true |
After #70982 Pull Request resolved: #84787 Approved by: https://github.com/suo, https://github.com/seemethere
… (#84787) Summary: After pytorch/pytorch#70982 X-link: pytorch/pytorch#84787 Approved by: https://github.com/suo, https://github.com/seemethere Reviewed By: izaitsevfb Differential Revision: D39407114 Pulled By: kit1980 fbshipit-source-id: b545cd52dd442930b2a07f7acdf4973d23cc22a1
…#84787) Summary: After #70982 Pull Request resolved: #84787 Approved by: https://github.com/suo, https://github.com/seemethere Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f598b5be1825fc0a12b5013c547fb5972b57b208 Reviewed By: izaitsevfb Differential Revision: D39407114 Pulled By: kit1980 fbshipit-source-id: b545cd52dd442930b2a07f7acdf4973d23cc22a1
`eig` is removed from PyTorch by pytorch/pytorch#70982. Update spmd accordingly.
`eig` is removed from PyTorch by pytorch/pytorch#70982. Update spmd accordingly.
The time has come to remove deprecated linear algebra related functions. This PR removes
torch.eig
.cc @jianyuh @nikitaved @pearu @mruberry @walterddr @IvanYashchuk @xwang233 @lezcano