forked from pytorch/torchrec
-
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.
MCH module + Q/SQ EC Test / Bug Fixes (pytorch#2331)
Summary: Pull Request resolved: pytorch#2331 Initial to do Prod strategy is use unsharded MCH module in front of Q / SQ EC. General seems ok, but biggest issue: [2] uneven sharding flag was not respected for rw sequence GPU case, easy fix cc: gnahzg [3] get_propogate device is bit unf/messy, will cleanup in followup task, but found edgecase wrt cpu path cc: gnahzg Reviewed By: gnahzg Differential Revision: D61572421 fbshipit-source-id: 412ed7947a7cde1991518d6a979db3bc7832fc68
- Loading branch information
1 parent
f7e444d
commit 6f0ea08
Showing
4 changed files
with
180 additions
and
34 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
Oops, something went wrong.