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.
Summary: Parallelize across batch dim for each table, instead of collapsed parallelization of T * B. This improves locality by multiple cores are constructively accessing the same embedding table. Reviewed By: jianyuh Differential Revision: D27567054 fbshipit-source-id: cacb6fce5aadd4d56888b9c84f27e65d518b50e7
- Loading branch information
1 parent
9b623bb
commit 1dfb0c3
Showing
2 changed files
with
19 additions
and
22 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