Add BackendType.DRAM_SSD enum value and DRAM_SSD_VIRTUAL_TABLE enum to torchrec and sparsenn_configs (#5774)#5774
Closed
lizhe-ji wants to merge 1 commit into
Closed
Add BackendType.DRAM_SSD enum value and DRAM_SSD_VIRTUAL_TABLE enum to torchrec and sparsenn_configs (#5774)#5774lizhe-ji wants to merge 1 commit into
lizhe-ji wants to merge 1 commit into
Conversation
0df59ac to
e28d793
Compare
lizhe-ji
pushed a commit
to lizhe-ji/torchrec
that referenced
this pull request
May 21, 2026
…o torchrec and sparsenn_configs (meta-pytorch#4273) Summary: X-link: pytorch/FBGEMM#5774 X-link: facebookresearch/FBGEMM#2702 Introduces the `DRAM_SSD` backend type to support a composite DRAM and SSD storage hierarchy for virtual embedding tables. This expands the available backend storage options to enable multi-tier caching configurations in TorchRec and FBGEMM. Reviewed By: EddyLXJ Differential Revision: D105646650
…o torchrec and sparsenn_configs (pytorch#5774) Summary: X-link: facebookresearch/FBGEMM#2702 X-link: meta-pytorch/torchrec#4273 Introduces the `DRAM_SSD` backend type to support a composite DRAM and SSD storage hierarchy for virtual embedding tables. This expands the available backend storage options to enable multi-tier caching configurations in TorchRec and FBGEMM. Reviewed By: EddyLXJ Differential Revision: D105646650
e28d793 to
6384a8a
Compare
lizhe-ji
pushed a commit
to lizhe-ji/torchrec
that referenced
this pull request
May 22, 2026
…o torchrec and sparsenn_configs (meta-pytorch#4273) Summary: X-link: pytorch/FBGEMM#5774 X-link: facebookresearch/FBGEMM#2702 Introduces the `DRAM_SSD` backend type to support a composite DRAM and SSD storage hierarchy for virtual embedding tables. This expands the available backend storage options to enable multi-tier caching configurations in TorchRec and FBGEMM. Reviewed By: EddyLXJ Differential Revision: D105646650
meta-codesync Bot
pushed a commit
to meta-pytorch/torchrec
that referenced
this pull request
May 26, 2026
…o torchrec and sparsenn_configs (#4273) Summary: X-link: pytorch/FBGEMM#5774 X-link: https://github.com/facebookresearch/FBGEMM/pull/2702 Pull Request resolved: #4273 Introduces the `DRAM_SSD` backend type to support a composite DRAM and SSD storage hierarchy for virtual embedding tables. This expands the available backend storage options to enable multi-tier caching configurations in TorchRec and FBGEMM. Reviewed By: EddyLXJ Differential Revision: D105646650 fbshipit-source-id: 71d4b1e2e56c7c7798acd076dd7eb0f7bf38197a
Contributor
|
This pull request has been merged in cd73174. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2702
X-link: meta-pytorch/torchrec#4273
Introduces the
DRAM_SSDbackend type to support a composite DRAM and SSD storage hierarchy for virtual embedding tables. This expands the available backend storage options to enable multi-tier caching configurations in TorchRec and FBGEMM.Reviewed By: EddyLXJ
Differential Revision: D105646650