-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[inductor] Refactor IR printing #96024
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
Reland #95567 part 2. The previous version of this had a bug which that added test triggers. [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96024
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1cf421f: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Reland #95567 part 2. The previous version of this had a bug which that added test triggers. cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 desertfire [ghstack-poisoned]
for name, arg in zip(names, args): | ||
if arg: | ||
lhs = ", ".join( | ||
[ |
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 can be a generator instead of a list comprehension
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.
I don't think it matters since this list will be <10 elements.
Reland #95567 part 2. The previous version of this had a bug which that added test triggers. cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 desertfire [ghstack-poisoned]
@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 |
@jansel I bisected a memory compression regression on Super_SloMo (0.967 -> 0.8615) to this PR, can you take a look? |
cc @desertfire, somehow we didn't catch this memory compression regression in CI, perhaps makes sense to also add SuperSloMo (if it's memory compression is stable enough) |
Reland #95567 part 2. The previous version of this had a bug which that added test triggers. Pull Request resolved: pytorch/pytorch#96024 Approved by: https://github.com/ngimel
Reland #95567 part 2. The previous version of this had a bug which that added test triggers. Pull Request resolved: pytorch/pytorch#96024 Approved by: https://github.com/ngimel
Weird. Perhaps we need to increase |
Reland pytorch#95567 part 2. The previous version of this had a bug which that added test triggers. Pull Request resolved: pytorch#96024 Approved by: https://github.com/ngimel
Stack from ghstack (oldest at bottom):
Reland #95567 part 2. The previous version of this had a bug which that
added test triggers.
cc @soumith @voznesenskym @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @desertfire