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.
get per tbe cache_load_factor (pytorch#1461)
Summary: Pull Request resolved: pytorch#1461 We always want to create less TBEs by grouping multiple tables together. The problem here is tables could have different cache_load_factor. Hence what we do is to calculate a per tbe cache_load_factor, by calculating the weighted average of the CLFs. Differential Revision: D49070469 fbshipit-source-id: ed448cf0ff6c0d779f806a7985380aebd7416cf3
- Loading branch information
1 parent
f3ba8d9
commit a96157f
Showing
1 changed file
with
79 additions
and
12 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