Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[c10d] implement ReduceOp.unbox() #145652

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

Draft
wants to merge 1 commit into
base: gh/yifuwang/187/base
Choose a base branch
from

Conversation

yifuwang
Copy link
Collaborator

@yifuwang yifuwang commented Jan 24, 2025

Stack from ghstack (oldest at bottom):

>>> import torch
>>> op = torch.classes.c10d.ReduceOp()
>>> op
<torch.ScriptObject object at 0x5b688b0>
>>> torch.distributed.ReduceOp.unbox(op)
<torch.distributed.distributed_c10d.ReduceOp object at 0x7fd9e3066ff0>
>>> torch.distributed.ReduceOp.unbox(op).op
<RedOpType.SUM: 0>

cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o

Copy link

pytorch-bot bot commented Jan 24, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/145652

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit b78ee0a with merge base 6a35d9a (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

yifuwang pushed a commit that referenced this pull request Jan 24, 2025
ghstack-source-id: 2043ea3
Pull Request resolved: #145652
Copy link
Contributor

github-actions bot commented May 5, 2025

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oncall: distributed Add this issue/PR to distributed oncall triage queue open source release notes: distributed (c10d) release notes category Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants