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.
fbgemm handles block size 1 sparse adagrad (pytorch#306)
Summary: Pull Request resolved: pytorch#306 Make fbgemm behave same for block size 1 as in the existing Caffe2 code so we don't need to separately handle block size 1 from Caffe2 code and just call fbgemm. Inside fbgemm, rely on the compiler to generate an efficient code for SparseAdaGrad with block size 1 instead of JIT'ing. Reviewed By: jianyuh Differential Revision: D19246900 fbshipit-source-id: 5fb3e03d7d9a9a8f7ed884616f5ce20e4e903b0b
- Loading branch information
1 parent
e1b1a55
commit 967d4bc
Showing
1 changed file
with
64 additions
and
0 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