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.
Summary: Currently we use cache load factor, a ratio to embedding table size to decide L1 cache size. However when using ssd offloading, we usually see extremely large embedding table, keep using ratios might be meaningless and not straightforward, this diff provide a new way to set cap L1 cache size instead Reviewed By: jiayulu Differential Revision: D67071717
- Loading branch information
1 parent
575e081
commit a1bf330
Showing
2 changed files
with
19 additions
and
1 deletion.
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