You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support ssd device propagation in Torch Rec for RecSys Inference (#2961)
Summary:
Pull Request resolved: #2961
For RecSys Inference when tables are offloaded onto SSD:
1. Specify and propagate the tables to be offloaded to SSD in TorchRec via FUSED_PARAMS as discussed with TroyGarden
2. Continue using torch.device("cpu") as compute device while using separate input / output dist for SSD (as in house SSD TBE kernel based on EmbeddingDB is different than CPU TBE kernel) by creating a new device group for SSD.
Would be renaming device_type_from_sharding_info to storage_device_type_from_sharding_info to clarify it better.
Reviewed By: jiayisuse
Differential Revision: D74378974
fbshipit-source-id: ad528cb35230837ccfc9dac23eff8cf4f9adac6f
0 commit comments