Commit cd73174
Add BackendType.DRAM_SSD enum value and DRAM_SSD_VIRTUAL_TABLE enum to torchrec and sparsenn_configs (#5774)
Summary:
Pull Request resolved: #5774
X-link: https://github.com/facebookresearch/FBGEMM/pull/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
fbshipit-source-id: 71d4b1e2e56c7c7798acd076dd7eb0f7bf38197a1 parent 9ed8ef5 commit cd73174
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
| 346 | + | |
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
| |||
0 commit comments