forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jagged-jagged -> dense elementwise op (pytorch#995)
Summary: Pull Request resolved: pytorch#995 Add a variation of kernel that computes element-wise operations btw jagged tensors and outputs dense. This is meant to be internal use for example for a backward operation of element-wise multiplication (doesn't make sense that an element-wise operation between jagged tensors with same sparsity pattern results in a dense tensor in a user facing operation). Reviewed By: xing-liu Differential Revision: D34845894 fbshipit-source-id: 7fb3843bd3cc1f3b4255c3db83d81873f756d147
- Loading branch information
1 parent
6bdc26b
commit 2f83ca0
Showing
3 changed files
with
379 additions
and
46 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
Oops, something went wrong.