-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batched_dense_vec_jagged_2d_mul add Meta and Autograd backend (#1468)
Summary: Pull Request resolved: #1468 Add Meta and Autograd backend for batched_dense_vec_jagged_2d_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. Reviewed By: xiaosun86, yf225, jianyuh Differential Revision: D41387994 fbshipit-source-id: 9c6d925714a3477e9bdb7b0d041bda162a4ad61d
- Loading branch information
1 parent
e4f6ed8
commit e749c95
Showing
6 changed files
with
373 additions
and
252 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.