-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[inductor]: Better debugging of can_fuse decisions with TORCH_LOGS=fusion
#110415
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/110415
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (4 Unrelated Failures)As of commit 803eb60 with merge base e8605f6 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
UNSTABLE - The following jobs failed but were 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. |
can_fuse decisionscan_fuse decisions
|
@pytorchbot label "release notes: inductor" |
can_fuse decisionscan_fuse decisions (enable with TORCH_LOGS="+schedule")
can_fuse decisions (enable with TORCH_LOGS="+schedule")can_fuse decisions with TORCH_LOGS="+schedule"
c228334 to
12ecf86
Compare
12ecf86 to
1915afc
Compare
can_fuse decisions with TORCH_LOGS="+schedule"can_fuse decisions with TORCH_LOGS=fusion
|
bump @mlazos |
mlazos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks!
|
@pytorchbot merge |
Merge startedYour 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 |
Fixes #110393
Example logs (for adagrad on main). In this case, it clearly identifies device mismatch as a potential red flag, which is indeed the obstacle to adagrad's successful fusion. (see: #110339)
CC @jansel @ngimel @mlazos @shunting314 @peterbell10 as code owners
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @aakhundov @ColinPeppler