Skip to content

Conversation

shink
Copy link
Contributor

@shink shink commented Jan 16, 2025

Copy link

pytorch-bot bot commented Jan 16, 2025

🔗 Helpful Links

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

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

✅ You can merge normally! (7 Unrelated Failures)

As of commit fc62ca6 with merge base d95a6ba (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

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

@shink
Copy link
Contributor Author

shink commented Jan 16, 2025

@pytorchbot label "topic: not user facing"

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Jan 16, 2025
@shink
Copy link
Contributor Author

shink commented Jan 16, 2025

@pytorchbot rebase -b main

@pytorchmergebot
Copy link
Collaborator

@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here

@pytorchmergebot
Copy link
Collaborator

Successfully rebased fix/dynamo/format onto refs/remotes/origin/main, please pull locally before adding more changes (for example, via git checkout fix/dynamo/format && git pull --rebase)

Comment on lines 1856 to 1859
def call_format(self, tx: "InstructionTranslator", _format_string, *args, **kwargs):
format_string = _format_string.as_python_constant()
format_string = str(format_string)
return variables.StringFormatVariable.create(format_string, args, kwargs)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Make sure format_string is a string, right?

@mikaylagawarecki mikaylagawarecki added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jan 22, 2025
@jansel
Copy link
Contributor

jansel commented Jan 23, 2025

@pytorchbot merge

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

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 2 mandatory check(s) failed. The first few are:

Dig deeper by viewing the failures on hud

Details for Dev Infra team Raised by workflow job

Failing merge rule: Core Maintainers

@shink
Copy link
Contributor Author

shink commented Jan 23, 2025

@pytorchbot rebase -b main

@pytorchmergebot
Copy link
Collaborator

@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here

@pytorchmergebot
Copy link
Collaborator

Successfully rebased fix/dynamo/format onto refs/remotes/origin/main, please pull locally before adding more changes (for example, via git checkout fix/dynamo/format && git pull --rebase)

@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 23, 2025 03:15 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 23, 2025 03:15 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 23, 2025 03:15 Inactive
Copy link
Contributor

@jansel jansel left a comment

Choose a reason for hiding this comment

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

Looks like the newly added test is failing for dynamic shapes.

@shink
Copy link
Contributor Author

shink commented Jan 24, 2025

@jansel Thanks for your review! Seems format() does not support dynamic shapes in Dynamo. I just let dynamic=False, it's right? See this commit: fc62ca6

@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 24, 2025 01:53 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 24, 2025 01:53 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 24, 2025 01:53 Inactive
@shink shink requested a review from jansel January 25, 2025 03:07
@jansel
Copy link
Contributor

jansel commented Jan 25, 2025

@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

nWEIdia pushed a commit to nWEIdia/pytorch that referenced this pull request Jan 27, 2025
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 module: dynamo open source topic: not user facing topic category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[dynamo] Issue with torch.compile decorator for simple function using python format function with integer input.

5 participants