-
Couldn't load subscription status.
- Fork 706
Arm backend: Merge RetraceFoldedDtypesPass into FoldAndAnnotateQParam… #15377
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
…sPass The pass RetraceFoldedDtypesPass carries out extra processing after the output of FoldAndAnnotateQParamsPass, meaning that they are tightly coupled and always run in sequence. Merge these two passes together into FoldAndAnnotateQParamsPass. Signed-off-by: Martin Lindström <[email protected]> Change-Id: I1e68a4b87cef2778623fbac6a68a62abf5764abb
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15377
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Cancelled Job, 3 Unrelated FailuresAs of commit 7dd0f11 with merge base 7ce78c0 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label ciflow/trunk |
|
@pytorchbot label "partner: arm" |
This PR needs a
|
|
Failures look unrelated |
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.
Unrelated CI failures
…teQParam… (pytorch#15377)" This reverts commit 4675292.
The pass RetraceFoldedDtypesPass carries out extra processing after the output of FoldAndAnnotateQParamsPass, meaning that they are tightly coupled and always run in sequence.
Merge these two passes together into FoldAndAnnotateQParamsPass.
Test plan
No behavior is modified. Tests already in place are sufficient.
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai