-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
combine cat + reorder for combined indice into one pass #1932
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D48058732 |
This pull request was exported from Phabricator. Differential Revision: D48058732 |
Summary: Pull Request resolved: pytorch#1932 as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices. Also added a micro benchmark for such case Differential Revision: D48058732 fbshipit-source-id: 1523f7862bd8bebae41b1dec8a3cee696cfd4aac
1ef861e
to
dbc4bb4
Compare
This pull request was exported from Phabricator. Differential Revision: D48058732 |
Summary: Pull Request resolved: pytorch#1932 as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices. Also added a micro benchmark for such case Differential Revision: D48058732 fbshipit-source-id: 0e0fdfa6dc03dcf763210093ec3311998488be6e
dbc4bb4
to
e428619
Compare
This pull request was exported from Phabricator. Differential Revision: D48058732 |
Summary: Pull Request resolved: pytorch#1932 as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices. Also added a micro benchmark for such case Differential Revision: D48058732 fbshipit-source-id: d4bd5b1acbc35f03180f46993ae68de7b0c1e8e8
e428619
to
80ab7a6
Compare
This pull request was exported from Phabricator. Differential Revision: D48058732 |
Summary: Pull Request resolved: pytorch#1932 as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices. Also added a micro benchmark for such case Differential Revision: D48058732 fbshipit-source-id: a5e69edd76452c35e659bb6baba5bb914c54b67b
80ab7a6
to
756ba9e
Compare
Summary: Pull Request resolved: pytorch#1932 as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices. Also added a micro benchmark for such case Differential Revision: D48058732 fbshipit-source-id: 963bd0b7a438e12a2e6670b0f25a5c3917cbf9c8
This pull request was exported from Phabricator. Differential Revision: D48058732 |
756ba9e
to
edb2042
Compare
This pull request has been merged in 016a27b. |
Summary:
as title. combine cat + reorder into one pass for combined indice to avoid unncessary copy of cat_indices.
Also added a micro benchmark for such case
Differential Revision: D48058732