Arm backend: Fix ioquantization pass test#17099
Arm backend: Fix ioquantization pass test#17099gggekov wants to merge 2 commits intopytorch:mainfrom
Conversation
We need to use to_edge_transform_and_lower when testing the QuantizeInputs/QuantizeOutputs passes Change-Id: I585ef6279d360fd17cb0d95b84656d4cb1d52109
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17099
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 40d07c5 with merge base 059c729 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Pull request overview
This PR fixes the ioquantization pass test by enabling the use_to_edge_transform_and_lower flag when testing the QuantizeInputs/QuantizeOutputs passes in the Arm backend.
Changes:
- Updated copyright year range to include 2026
- Changed
use_to_edge_transform_and_lowerparameter fromFalsetoTruein the test configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR needs a
|
|
Please wait to mergeto after #17200 |
|
#17200 is merged, e.g. please merge if you want. or rebase if you also want that. |
We need to use to_edge_transform_and_lower when
testing the QuantizeInputs/QuantizeOutputs passes
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai