-
Notifications
You must be signed in to change notification settings - Fork 544
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
jagged_dense_elementwise_mul add Meta and Autograd backend #1469
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D41383597 |
brad-mengchi
added a commit
to brad-mengchi/FBGEMM
that referenced
this pull request
Nov 21, 2022
) Summary: Pull Request resolved: pytorch#1469 Add Meta and Autograd backend for jagged_dense_elementwise_mul for dynamo and AOT autograd. A more proper way of doing Autograd to make inductor working for jagged ops. Also added Meta tensors so we're not mercy of arbitrary zero inputs fed into by default. Differential Revision: D41383597 fbshipit-source-id: e2ba6bfe7128c7f3b7557cf2b0e5bae48b69362f
This pull request was exported from Phabricator. Differential Revision: D41383597 |
d5e0919
to
9a7d881
Compare
brad-mengchi
added a commit
to brad-mengchi/FBGEMM
that referenced
this pull request
Nov 23, 2022
) Summary: Pull Request resolved: pytorch#1469 Add Meta and Autograd backend for jagged_dense_elementwise_mul for dynamo and AOT autograd. A more proper way of doing Autograd to make inductor working for jagged ops. Also added Meta tensors so we're not mercy of arbitrary zero inputs fed into by default. Differential Revision: D41383597 fbshipit-source-id: 75bd2072b9f8f47e7e3dd3e5a26bdaaf047c6672
9a7d881
to
3a77e3d
Compare
This pull request was exported from Phabricator. Differential Revision: D41383597 |
brad-mengchi
added a commit
to brad-mengchi/FBGEMM
that referenced
this pull request
Nov 23, 2022
) Summary: Pull Request resolved: pytorch#1469 Add Meta and Autograd backend for jagged_dense_elementwise_mul for dynamo and AOT autograd. A more proper way of doing Autograd to make inductor working for jagged ops. Also added Meta tensors so we're not mercy of arbitrary zero inputs fed into by default. Differential Revision: D41383597 fbshipit-source-id: 9feff915dbcb59e989bafbad53ba152fd57566cb
3a77e3d
to
af65e78
Compare
This pull request was exported from Phabricator. Differential Revision: D41383597 |
Summary: Pull Request resolved: pytorch#1472 As title Reviewed By: brad-mengchi, jiawenliu64 Differential Revision: D41445777 fbshipit-source-id: 7b2ea96b41043b733db9e83f1fdec898c4ebe306
Differential Revision: https://internalfb.com/D41367064 fbshipit-source-id: 8e6d38d54ac47dcf9bd0453bc4d869810a8d03cb
Differential Revision: D41368350 fbshipit-source-id: 0423f9dc5df65f2a94bbd13c65fcc796b5905579
) Summary: Pull Request resolved: pytorch#1469 Add Meta and Autograd backend for jagged_dense_elementwise_mul for dynamo and AOT autograd. A more proper way of doing Autograd to make inductor working for jagged ops. Also added Meta tensors so we're not mercy of arbitrary zero inputs fed into by default. Differential Revision: D41383597 fbshipit-source-id: 8b696852af78d93d0abe65e549087a8f683476b9
af65e78
to
44c686c
Compare
This pull request was exported from Phabricator. Differential Revision: D41383597 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Add Meta and Autograd backend for jagged_dense_elementwise_mul for dynamo and AOT autograd.
A more proper way of doing Autograd to make inductor working for jagged ops. Also added Meta tensors so we're not mercy of arbitrary zero inputs fed into by default.
Differential Revision: D41383597