-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[dynamo] skip frame recursively when no graph is traced #144712
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
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/144712
Note: Links to docs will display an error until the docs builds have been completed. ❌ 37 New Failures, 3 Unrelated FailuresAs of commit 0732b6d with merge base a94ec0a ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Temporary fix to #144360. Turning the config on globally will cause a bunch of tests to fail, which needs to be addressed in followups. I had a previous attempt at #144712, but this is a more complicated change and will likely be absorbed into work to refactor Dynamo's exception handling. Pull Request resolved: #144885 Approved by: https://github.com/jansel
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Can be re-implemented with eval frame code actions. |
Stack from ghstack (oldest at bottom):
Fixes #144360. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames @ydwu4
I'm considering refactoring the code flag logic in eval_frame (i.e. SKIP_CODE, SKIP_CODE_RECURSIVE, cache_limit_hit_fag, skip_frame_recursive_flag) to make things better defined and to have a cleaner, more consistent implementation.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames