-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix XLA dynamo CI #90229
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
Fix XLA dynamo CI #90229
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/90229
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d5d888b: 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.
Try:
- Moving the model = subgraph.model outside the fwd
or
- Removing the del
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.
ah OK, I can do 1 I guess. What's the motivation of del in first place?
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.
1 works, updated the pr.
|
I manually verified this will fix pytorch/xla CI. given this part of the code is only being used by xla, I think it is safe to force merge after approval. |
b422bdc to
d5d888b
Compare
|
@pytorchbot merge -f "Force push fix" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes pytorch/xla#4274 We should not access `subgraph` once it is deleted. Pull Request resolved: pytorch#90229 Approved by: https://github.com/voznesenskym
Fixes pytorch/xla#4274
We should not access
subgraphonce it is deleted.cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire