Skip to content

[Dynamo] Fix for tuple construction from tuple iterators#97862

Closed
mlazos wants to merge 1 commit intomasterfrom
mlazos/iter-fix
Closed

[Dynamo] Fix for tuple construction from tuple iterators#97862
mlazos wants to merge 1 commit intomasterfrom
mlazos/iter-fix

Conversation

@mlazos
Copy link
Copy Markdown
Contributor

@mlazos mlazos commented Mar 29, 2023

Fixes #93405

In short - when calling the builtin function Tuple on a list variable we added a list length guard. This paired with converting tuple iterators to a ListIteratorVariable resulted in this guard being improperly added.

cc @soumith @voznesenskym @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire

@pytorch-bot
Copy link
Copy Markdown

pytorch-bot bot commented Mar 29, 2023

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 1 Failures

As of commit 28c09b4:

NEW FAILURES - The following jobs have failed:

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

@mlazos
Copy link
Copy Markdown
Contributor Author

mlazos commented Mar 29, 2023

@pytorchbot merge -f "Unrelated failure"

@pytorchmergebot
Copy link
Copy Markdown
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

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.

Guided Diffusion fails guards with runtime errors.

5 participants