-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[pt2] add meta for cholesky
#106115
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
[pt2] add meta for cholesky
#106115
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/106115
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 4a9ec7d: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
From the list in #105105. Note: it's a deprecated op, so can be potentially removed, but I've just added a meta to avoid getting sidetracked. |
squareCheckInputs(self, "cholesky") | ||
return cloneBatchedColumnMajor(self) | ||
|
||
|
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.
See cholesky in aten/src/ATen/native/BatchLinearAlgebra.cpp
[ghstack-poisoned]
[ghstack-poisoned]
Pull Request resolved: pytorch#106115 Approved by: https://github.com/Skylion007, https://github.com/ezyang
Stack from ghstack:
cholesky_inverse
#106120cholesky
#106115