Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call prefetch of underlying module when using prefetch (#2077)
Summary: Pull Request resolved: #2077 Right now, we can't use prefetch pipeline with a model that has a table sharded with data parallel. It would just call lookup.prefetch, which is well guarded with `if hasattr(emb_op.emb_module, "prefetch"):`. Reviewed By: joshuadeng Differential Revision: D58213342 fbshipit-source-id: e1ad02b95487dd2488b23b37f1fc4e81431fb30a
- Loading branch information