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/slowFor 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. |
lezcano
left a comment
There was a problem hiding this comment.
Great to see this one gone!
malfet
left a comment
There was a problem hiding this comment.
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 Pull Request resolved: pytorch#70982 Approved by: https://github.com/Lezcano, https://github.com/malfet
…#84787) After pytorch#70982 Pull Request resolved: pytorch#84787 Approved by: https://github.com/suo, https://github.com/seemethere
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