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.
optimize exact row-wise sparse adagrad on cpu (pytorch#589)
Summary: Pull Request resolved: pytorch#589 Use embedding spmdm JIT'ed FBGEMM kernel for gradient coalescing and also use rowwise sparses adagrad JIT'ed kernel Reviewed By: jiyuanzFB Differential Revision: D27562367 fbshipit-source-id: 7c0b6f4f2628e19706772e786c8f3ac253eac21b
- Loading branch information
1 parent
1dfb0c3
commit a98ad84
Showing
3 changed files
with
265 additions
and
73 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
Oops, something went wrong.