-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Enable batching for pinverse #26095
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
Enable batching for pinverse #26095
Conversation
Changelog: - Modify existing implementation of pinverse to support batching on inputs Test Plan: - Added tests in test_pinverse to test batched implementation
|
@pytorchbot rebase this please |
|
has conflicts |
|
Please allow me to fix them by evening, not sure what caused the conflict |
|
@soumith I've fixed the conflicts, thank you for letting me know about the same. |
facebook-github-bot
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.
@soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Changelog: - Modify existing implementation of pinverse to support batching on inputs Pull Request resolved: pytorch/pytorch#26095 Test Plan: - Added tests in test_pinverse to test batched implementation Differential Revision: D17408092 Pulled By: soumith fbshipit-source-id: bba95eb193ce33a94ecfaf74da270d34b435e4af
Changelog:
Test Plan: