-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[sparse] backward for sparse.addmm(D, S, D, alpha, beta) -> D #13345
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
520b665 to
9fed892
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
- exposed sparse.addmm
170fe8b to
e3e6969
Compare
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.
@weiyangfb has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
cc @soumith , this is ready for review |
c7b26b4 to
e6e08df
Compare
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.
@weiyangfb is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: - introduce `sparse.addmm()` with backward for sparse matrix input for pytorch/pytorch#12308 Pull Request resolved: pytorch/pytorch#13345 Differential Revision: D13094070 Pulled By: weiyangfb fbshipit-source-id: 136c08c3ca9bafb20577b60dd43d31c3e5cd5461
sparse.addmm()with backward for sparse matrix input for nn.functional.linear() for sparse tensor #12308