Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add PT2 support for permute_multi_embedding (pytorch#2381)
Summary: X-link: facebookresearch/FBGEMM#208 X-link: pytorch/FBGEMM#3115 Pull Request resolved: pytorch#2381 # context * make fbgemm operator `permute_multi_embedding` PT2 compatible. * `out_lengths` is the list of sizes for all the output KT, which should be dynamic dims. * change the `out_lengths` from `std::vector<int64_t>` to `c10::SymIntArrayRef`, and other type compatibility fixes. # ref * previously graph breaks: P1557581728 https://interncache-all.fbcdn.net/manifold/tlparse_reports/tree/logs/.tmphgx6wM/rank_0/failures_and_restarts.html * new https://interncache-all.fbcdn.net/manifold/tlparse_reports/tree/logs/.tmpxLBHmj/index.html Reviewed By: IvanKobzarev Differential Revision: D62226292 fbshipit-source-id: c826309939e0a33190b49a3aa090cbcc7515b20d
- Loading branch information