Skip to content
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

Use fast traceback for symbolic shapes #107439

Closed
wants to merge 7 commits into from

Conversation

@pytorch-bot pytorch-bot bot added the release notes: fx release notes category label Aug 18, 2023
@pytorch-bot
Copy link

pytorch-bot bot commented Aug 18, 2023

🔗 Helpful Links

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

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

✅ 1 Unrelated Failure

As of commit afb6aa4 with merge base bdecdfd (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.

ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: 9bdb8edbeeb46d24e1afac362a344d2bfab3eb81
Pull Request resolved: #107439
ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: 11cf7db6eab7bd9d6640650a94bedc79c3335789
Pull Request resolved: #107439
ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: d4f13b66609af0a5b3440f4ed3809bf638c2da1d
Pull Request resolved: #107439
ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: 983923ae03fa18682e44f650e58d7c8e2caa91da
Pull Request resolved: #107439
ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: d48f6fa85bd6a7571bce58d6a9548f4f2682573c
Pull Request resolved: #107439
ezyang added a commit that referenced this pull request Aug 18, 2023
ghstack-source-id: 5674a71c8c0d34bd7104ad0dfa972ee6fc01ba5b
Pull Request resolved: #107439
@ezyang ezyang added the ciflow/trunk Trigger trunk jobs on your pull request label Aug 19, 2023
@@ -126,8 +126,7 @@ class GuardBuilderBase:

class ShapeGuard(NamedTuple):
expr: sympy.Expr
# TODO: store this in slightly less formatted form
stack: str
stack: CapturedTraceback
Copy link
Collaborator

Choose a reason for hiding this comment

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

we love it

@ezyang
Copy link
Contributor Author

ezyang commented Aug 22, 2023

@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

@facebook-github-bot facebook-github-bot deleted the gh/ezyang/2308/head branch August 25, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request Merged release notes: fx release notes category topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants