Skip to content

Conversation

AkiSakurai
Copy link
Contributor

Replaces the hardcoded string replacement for numeric ranges with a more robust regex pattern that handles any combination of positive and negative numbers in default value ranges.
Fixes #135470

Replaces the hardcoded string replacement for numeric ranges with a more
robust regex pattern that handles any combination of positive and negative
numbers in default value ranges.
Fixes pytorch#135470
Copy link

pytorch-bot bot commented Nov 9, 2024

🔗 Helpful Links

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

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:

✅ You can merge normally! (1 Unrelated Failure)

As of commit 1293cd2 with merge base e2e425b (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

@AkiSakurai
Copy link
Contributor Author

AkiSakurai commented Nov 9, 2024

@pytorchbot label "release notes: export"

Copy link

pytorch-bot bot commented Nov 9, 2024

Didn't find following labels among repository labels: release,notes:,export

@AkiSakurai
Copy link
Contributor Author

@pytorchbot label "release notes: export"

Copy link
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

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

But can you add the test?

@AkiSakurai
Copy link
Contributor Author

But can you add the test?

added.

@ezyang
Copy link
Contributor

ezyang commented Nov 14, 2024

@pytorchbot merge

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

pobin6 pushed a commit to pobin6/pytorch that referenced this pull request Dec 5, 2024
…rch#140210)

Replaces the hardcoded string replacement for numeric ranges with a more robust regex pattern that handles any combination of positive and negative numbers in default value ranges.
Fixes pytorch#135470

Pull Request resolved: pytorch#140210
Approved by: https://github.com/ezyang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Applying torch.export on a model containing torch.fft.fft2 failed with the exception: illegal argument '-1'

4 participants