Skip to content

Conversation

@fegin
Copy link
Contributor

@fegin fegin commented Feb 4, 2023

Stack from ghstack (oldest at bottom):

When using torch.chunks to split the flat_param, some ranks may have zero data and local_state_dict does not handle the case correctly -- local_state_dict won't resize the local tensor to an empty one. This PR fixes the issue.

Differential Revision: D43004643

… when some ranks have zero data.

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 4, 2023

🔗 Helpful Links

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

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

✅ No Failures

As of commit 69491f1:
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added the release notes: distributed (fsdp) release notes category label Feb 4, 2023
…_state_dict when some ranks have zero data."

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)

[ghstack-poisoned]
…_state_dict when some ranks have zero data."

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)

[ghstack-poisoned]
fegin added a commit that referenced this pull request Feb 4, 2023
… when some ranks have zero data.

Pull Request resolved: #94109

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.
ghstack-source-id: 179327901

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)
@fegin fegin added the ciflow/trunk Trigger trunk jobs on your pull request label Feb 4, 2023
…_state_dict when some ranks have zero data."

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)

[ghstack-poisoned]
fegin added a commit that referenced this pull request Feb 6, 2023
… when some ranks have zero data.

Pull Request resolved: #94109

When using `torch.chunks` to split the `flat_param`, some ranks may have zero data and `local_state_dict` does not handle the case correctly -- `local_state_dict` won't resize the local tensor to an empty one. This PR fixes the issue.
ghstack-source-id: 179457801

Differential Revision: [D43004643](https://our.internmc.facebook.com/intern/diff/D43004643/)
@fegin
Copy link
Contributor Author

fegin commented Feb 7, 2023

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@facebook-github-bot facebook-github-bot deleted the gh/fegin/68/head branch June 8, 2023 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged release notes: distributed (fsdp) release notes category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants