-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Remove deprecated linear algebra related functions #69857
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
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. |
|
@pytorchbot ciflow rerun |
…ze_multiple' already defined.'
… -> (Tensor, Tensor). Do you have to update a set of hardcoded JIT ops?'
cb5cf6d to
2c17be8
Compare
lezcano
left a comment
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.
eig_backward should also be removed from FunctionsManual.cpp and the header file.
There's a minor clean-up that can be made in eigh_backward as well, where the eigenvectors argument was only used in symeig.
|
I will split the PR into multiple smaller ones for an easier review process and easier reverting if needed. |
So the time has come to finally remove a few of the deprecated functions.
List of removed functions (split this PR into separate ones):
Fixes to torch/xla need to be merged before this PR:
cc @jianyuh @nikitaved @pearu @mruberry @walterddr @IvanYashchuk @xwang233 @lezcano