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.
handle corner case of empty tensors in jagged tensor ops (pytorch#998)
Summary: Pull Request resolved: pytorch#998 Handle when B or D is 0 Reviewed By: xing-liu, jasonjk-park Differential Revision: D34990893 fbshipit-source-id: b3e3f57961d6d0cf0c91929b06b4f35e9d2b47d0
- Loading branch information
1 parent
7dff50b
commit 443e391
Showing
3 changed files
with
39 additions
and
9 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