[Reland][PT2E][X86] Add Inductor fusion passes of float8 qconv for X8…#3418
Merged
jerryzh168 merged 3 commits intopytorch:mainfrom Dec 3, 2025
Merged
[Reland][PT2E][X86] Add Inductor fusion passes of float8 qconv for X8…#3418jerryzh168 merged 3 commits intopytorch:mainfrom
jerryzh168 merged 3 commits intopytorch:mainfrom
Conversation
…6Inductor backend
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3418
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled JobAs of commit 98268d2 with merge base a6dbf45 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Xia-Weiwen
approved these changes
Dec 3, 2025
Collaborator
|
The CI failures are unrelated. |
jerryzh168
approved these changes
Dec 3, 2025
Contributor
|
looks like still fails? https://github.com/pytorch/ao/actions/runs/19906303811/job/57063261477 |
Collaborator
Oh... Wondering why CI didn't catch that. Is the case run in CI? |
Contributor
|
yeah not exactly sure why.. |
Collaborator
Then I feel we are not sure how to merge this properly. Shall I resubmit so that you can import it to run internal tests? Is that enough to avoid such failures? |
namgyu-youn
pushed a commit
to namgyu-youn/ao
that referenced
this pull request
Dec 19, 2025
pytorch#3418) * [Reland][PT2E][X86] Add Inductor fusion passes of float8 qconv for X86Inductor backend * add torch version check for Qconv FP8 UTs * fix format issue
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.
…6Inductor backend
Reland #3261