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.
Enable Embedding Dim Bucketer (pytorch#1443)
Summary: Pull Request resolved: pytorch#1443 Enabling Embedding Dim Bucketer when UVM CACHING is used with "sparse-dist-prefetch" pipeline. Default policy in such case is CACHLINE_BUCKETS, otherwise, SINGLE_BUCKET policy is used which is equivalent to having no buckets. Differential Revision: D50132647 fbshipit-source-id: 1ab90939480dd803843cdcaf4660363a03974559
- Loading branch information
1 parent
e4153d6
commit f3ba8d9
Showing
3 changed files
with
124 additions
and
48 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