-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[SymmMem] Speed up tests #153677
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
base: gh/kwen2501/154/base
Are you sure you want to change the base?
[SymmMem] Speed up tests #153677
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/153677
Note: Links to docs will display an error until the docs builds have been completed. ❌ 9 New Failures, 1 Cancelled JobAs of commit e05e0b3 with merge base fa85434 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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, the failing tests looks like from the previous PR.
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.
Very cool! How long to symm mem tests run now?
@@ -887,7 +806,9 @@ def test_one_shot_all_reduce(self) -> None: | |||
for dtype, size_bytes, align_bytes, copy, offset in itertools.product( | |||
[torch.float, torch.bfloat16], | |||
[4, 8192, 8196], | |||
[4, 8, 16], | |||
[ | |||
8 |
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.
interetsint, do you know why memory usage changed? All these tests use very little memory
Stack from ghstack (oldest at bottom):
Use
MultiProcContinousTest
to avoid re-create ProcessGroup in each test instance.