-
Notifications
You must be signed in to change notification settings - Fork 456
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 (#1443)
Summary: Pull Request resolved: #1443 Enabling Embedding Dim Bucketer when UVM CACHING is used with "sparse-dist-prefetch" pipeline. Note that currently prod uses "sparse-dist" pipeline, and this diff does not impact those jobs. Default policy in such case is ALL_BUCKETS, otherwise, SINGLE_BUCKET policy is used which is equivalent to having no buckets. Going with ALL_BUCKETS by default to avoid mismatch between sharder memory estimation and cache memory usage. Reviewed By: henrylhtsang Differential Revision: D50132647 fbshipit-source-id: d65e7a74e2963e903c0aeeabeecf12036212d6a2
- Loading branch information
1 parent
5fce39c
commit 915dfc5
Showing
3 changed files
with
122 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