-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Meta impl for linalg_cholesky and linalg_cholesky_ex #89430
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/89430
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 52f377c: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
[ghstack-poisoned]
torch/_meta_registrations.py
Outdated
| strides[i] = strides[i + 1] * max(sizes[i + 1], 1) | ||
| i -= 1 | ||
|
|
||
| return strides |
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.
I feel like we've already got ac opy of this function floating around in python
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.
yeah you are right make_contiguous_strides_for in torch/_prims_common/__init__.py
[ghstack-poisoned]
[ghstack-poisoned]
|
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks on your PR pass since you used the green (-g) flag (ETA: 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Pull Request resolved: pytorch#89430 Approved by: https://github.com/ezyang
Stack from ghstack (oldest at bottom):