Add post-grad pass diff viewer for vLLM inductor passes#176
Open
angelayi wants to merge 2 commits intogh/angelayi/2/basefrom
Open
Add post-grad pass diff viewer for vLLM inductor passes#176angelayi wants to merge 2 commits intogh/angelayi/2/basefrom
angelayi wants to merge 2 commits intogh/angelayi/2/basefrom
Conversation
Parse vllm_post_grad.* graph dumps and before_post_grad_graph artifacts to generate side-by-side diff HTML pages showing changes between consecutive inductor passes. Each pass diff is output as a .diff.html file linked from the artifact listing. [ghstack-poisoned]
This was referenced Mar 13, 2026
Parse vllm_post_grad.* graph dumps and before_post_grad_graph artifacts to generate side-by-side diff HTML pages showing changes between consecutive inductor passes. Each pass diff is output as a .diff.html file linked from the artifact listing. We now have this additional section in the tlparse: <img width="549" height="1319" alt="image" src="https://github.com/user-attachments/assets/84f8dcdf-1e2b-4645-b872-27e78b87348f" /> Authored with claude [ghstack-poisoned]
Contributor
|
can you add a screenshot for the actual side-by-side view? |
Contributor
Author
|
@yushangdi updated! |
yushangdi
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Parse vllm_post_grad.* graph dumps and before_post_grad_graph artifacts
to generate side-by-side diff HTML pages showing changes between
consecutive inductor passes. Each pass diff is output as a .diff.html
file linked from the artifact listing.
We now have this additional section in the tlparse:

diff view w/ the SequenceParallelismPass:

Authored with claude