torchrec
torchrec copied to clipboard
Pytorch domain library for recommendation systems
Summary: As title Differential Revision: D56148751
Summary: This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table...
Summary: # context In a recent experiemnt with HSNN, we moved the KJT concat to the dataloader. Adding this tag for better understanding the impact. Differential Revision: D56124045
DMP should broadcast DataParallel ShardingType embedding table param from the process with rank 0 to all other processes in the group to make sure that all model replicas start from...
Summary: # Problem Problem is once we wrap DP tables with DDP, the parameters are the same, but not synced. So if we reset the parameters in the table without...
Summary: The change is no-change for eager path. **Dynamo path** Dynamo tracing can not pass through various conditions => making dynamo path without those conditions. We skip asserts for dynamo...
Summary: X-link: https://github.com/pytorch/FBGEMM/pull/2477 * we add the per indices bucketize bag reverse index return for inference batching needs. Differential Revision: D55492793
Summary: As titled Reviewed By: henrylhtsang Differential Revision: D55381125