pytorch
100b5563 - Mark dynamo torchbench dlrm as unsupported (#88712)

Commit
3 years ago
Mark dynamo torchbench dlrm as unsupported (#88712) - DLRM requires special configuration of embedding layers which are sparse and not compatible with DDP. - I could mark the embedding params as ignored in DDP to make the benchmark pass, but this isn't a representative benchmark. Pull Request resolved: https://github.com/pytorch/pytorch/pull/88712 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading