-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
all_gather for TPU doesn't support backward gradients. #6295
Comments
Although all_gather will now work, it still doesn't support grad. so re-opening :) |
Is anyone looking into this? I would like to take it up but I would need some help fixing this. |
sorry for the late reply, @vatch123 would be great if you can tackle this! @kaushikb11 can prob help. |
Ya sorry for the delayed response. Would love to start on this if someone can describe the issue a little more. Like what is the current state and what do we want to achieve? Thanks |
This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions, Pytorch Lightning Team! |
Currently, we rely on
AllGatherGrad
to compute gather for GPUs.TODO:
The text was updated successfully, but these errors were encountered: