Skip to content
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

[dynamo] Collect cell_and_freevars correctly #125097

Closed
wants to merge 2 commits into from

Conversation

Copy link

pytorch-bot bot commented Apr 27, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 51ccbc5 with merge base bad8d25 (image):
💚 Looks good so far! There are no failures yet. 💚

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

cc ezyang msaroufim bdhirsh chauhang voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 ColinPeppler amjames desertfire

[ghstack-poisoned]
@anijain2305 anijain2305 requested review from jansel and yanboliang and removed request for jansel April 27, 2024 16:11
@anijain2305 anijain2305 added the topic: not user facing topic category label Apr 27, 2024
@anijain2305
Copy link
Contributor Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Apr 27, 2024
@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

@anijain2305 anijain2305 mentioned this pull request Apr 27, 2024
pytorchmergebot pushed a commit that referenced this pull request Apr 28, 2024
Pull Request resolved: #125107
Approved by: https://github.com/jansel
ghstack dependencies: #125097
pytorchmergebot pushed a commit that referenced this pull request Apr 28, 2024
Earlier globals of inlined functions from other files were not handled correctly. We were not tracking mutations on them. They were colliding with the same global name in the parent function etc. This PR overrides the LOAD/STORE_GLOBAL for inline tx and tracks mutation on them separately.

Pull Request resolved: #125002
Approved by: https://github.com/jansel
ghstack dependencies: #125097, #125107
carmocca pushed a commit to carmocca/pytorch that referenced this pull request Apr 29, 2024
carmocca pushed a commit to carmocca/pytorch that referenced this pull request Apr 29, 2024
Pull Request resolved: pytorch#125107
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#125097
carmocca pushed a commit to carmocca/pytorch that referenced this pull request Apr 29, 2024
Earlier globals of inlined functions from other files were not handled correctly. We were not tracking mutations on them. They were colliding with the same global name in the parent function etc. This PR overrides the LOAD/STORE_GLOBAL for inline tx and tracks mutation on them separately.

Pull Request resolved: pytorch#125002
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#125097, pytorch#125107
andoorve pushed a commit to andoorve/pytorch that referenced this pull request May 1, 2024
andoorve pushed a commit to andoorve/pytorch that referenced this pull request May 1, 2024
Pull Request resolved: pytorch#125107
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#125097
andoorve pushed a commit to andoorve/pytorch that referenced this pull request May 1, 2024
Earlier globals of inlined functions from other files were not handled correctly. We were not tracking mutations on them. They were colliding with the same global name in the parent function etc. This PR overrides the LOAD/STORE_GLOBAL for inline tx and tracks mutation on them separately.

Pull Request resolved: pytorch#125002
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#125097, pytorch#125107
petrex pushed a commit to petrex/pytorch that referenced this pull request May 3, 2024
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
Pull Request resolved: #125107
Approved by: https://github.com/jansel
ghstack dependencies: #125097
pytorch-bot bot pushed a commit that referenced this pull request May 3, 2024
Earlier globals of inlined functions from other files were not handled correctly. We were not tracking mutations on them. They were colliding with the same global name in the parent function etc. This PR overrides the LOAD/STORE_GLOBAL for inline tx and tracks mutation on them separately.

Pull Request resolved: #125002
Approved by: https://github.com/jansel
ghstack dependencies: #125097, #125107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants