-
Notifications
You must be signed in to change notification settings - Fork 24.6k
[PT-D][Sharding] Fix view op and matrix ops unit test #77706
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
Conversation
To fix a corner case when the sharding dim is negative number we need to handle it correctly. Also disable RPC for matrix ops which are not necessary and they fail on AWS pytest. Differential Revision: [D36464797](https://our.internmc.facebook.com/intern/diff/D36464797/) [ghstack-poisoned]
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 9d815d1 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
To fix a corner case when the sharding dim is negative number we need to handle it correctly. Also disable RPC for matrix ops which are not necessary and they fail on AWS pytest. Differential Revision: [D36464797](https://our.internmc.facebook.com/intern/diff/D36464797/) ghstack-source-id: 156617305 Pull Request resolved: #77706
@pytorchbot merge this please |
Merge failed due to Refusing to merge as mandatory check(s) linux-docs / build-docs (cpp) are not yet run for rule superuser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@pytorchmergebot merge this please |
Hey @fduwjj. |
Summary: To fix a corner case when the sharding dim is negative number we need to handle it correctly. Also disable RPC for matrix ops which are not necessary and they fail on AWS pytest. Pull Request resolved: #77706 Approved by: https://github.com/pritamdamania87, https://github.com/wanchaol Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/3b2375291aab7b48442f2e6fb1ef66cebc761e24 Reviewed By: pritamdamania87, seemethere, wanchaol Differential Revision: D36464797 Pulled By: fduwjj fbshipit-source-id: d1933c296f2245532121cce9efc1c5c56108e025
Stack from ghstack (oldest at bottom):
To fix a corner case when the sharding dim is negative number we need to handle it correctly. Add unit test to cover this corner case, too.
Also disable RPC for matrix ops which are not necessary and they fail on AWS pytest.
Differential Revision: D36464797