Skip to content

Conversation

@JackCaoG
Copy link
Collaborator

@JackCaoG JackCaoG commented Dec 5, 2022

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 5, 2022

🔗 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 Failures

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

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try:

  1. Moving the model = subgraph.model outside the fwd

or

  1. Removing the del

Copy link
Collaborator Author

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?

Copy link
Collaborator Author

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.

@JackCaoG
Copy link
Collaborator Author

JackCaoG commented Dec 5, 2022

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.

@JackCaoG JackCaoG force-pushed the jackcao/fix_xla_dynamo_ci branch from b422bdc to d5d888b Compare December 5, 2022 22:34
@voznesenskym
Copy link
Collaborator

@pytorchbot merge -f "Force push fix"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Dec 10, 2022
Fixes pytorch/xla#4274

We should not access `subgraph` once it is deleted.

Pull Request resolved: pytorch#90229
Approved by: https://github.com/voznesenskym
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.

Master CI is failing

4 participants