-
Notifications
You must be signed in to change notification settings - Fork 508
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
Update asynchronous_complete_cumsum to support 2D inputs #1573
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D42956351 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D42956351 |
Summary: Pull Request resolved: pytorch#1573 Before this diff, `asynchronous_complete_cumsum` only supports 1D inputs. This diff adds the 2D input support. Differential Revision: D42956351 fbshipit-source-id: 2a6e7107b919411a8cffe17f13ac12de7fc74c24
2a1d184
to
8f647da
Compare
Summary: Pull Request resolved: pytorch#1573 Before this diff, `asynchronous_complete_cumsum` only supports 1D inputs. This diff adds the 2D input support. Reviewed By: yinghai, jianyuh Differential Revision: D42956351 fbshipit-source-id: 5d8c6c600a95df572d8535175de131b493b48b43
8f647da
to
2089ca0
Compare
This pull request was exported from Phabricator. Differential Revision: D42956351 |
Summary: Pull Request resolved: pytorch#1573 Before this diff, `asynchronous_complete_cumsum` only supports 1D inputs. This diff adds the 2D input support. Reviewed By: yinghai, jianyuh Differential Revision: D42956351 fbshipit-source-id: a039a7f998aeabf5d6dc09e210e66dc5b9aafc09
2089ca0
to
e88969b
Compare
This pull request was exported from Phabricator. Differential Revision: D42956351 |
Summary: Pull Request resolved: pytorch#1573 Before this diff, `asynchronous_complete_cumsum` only supports 1D inputs. This diff adds the 2D input support. Reviewed By: yinghai, jianyuh Differential Revision: D42956351 fbshipit-source-id: e5f4846d62250106d657f0a3a29058e1d51ef3ce
e88969b
to
b53ffb5
Compare
This pull request was exported from Phabricator. Differential Revision: D42956351 |
This pull request has been merged in 64c6a5b. |
Summary:
Before this diff,
asynchronous_complete_cumsum
only supports 1Dinputs. This diff adds the 2D input support.
Differential Revision: D42956351