bypass add and addRelu that have inputs from non-dq nodes#19315
bypass add and addRelu that have inputs from non-dq nodes#19315rezaasjd wants to merge 1 commit intopytorch:mainfrom
Conversation
Summary: The QuantFusion pass in crashes when an add node's inputs aren't dequantize_per_tensor ops. QAT model produces exactly this pattern. The dequants_inputs list ends up empty, and get_args_and_kwargs_add() indexes [0]. Differential Revision: D103949573
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19315
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Awaiting Approval, 2 New Failures, 4 Unrelated FailuresAs of commit 0758007 with merge base 5d07ce0 ( NEW FAILURES - The following jobs have failed:
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. |
|
@rezaasjd has exported this pull request. If you are a Meta employee, you can view the originating Diff in D103949573. |
This PR needs a
|
Summary:
The QuantFusion pass in crashes when an add node's inputs aren't dequantize_per_tensor ops. QAT model produces exactly this pattern.
The dequants_inputs list ends up empty, and get_args_and_kwargs_add() indexes [0].
Differential Revision: D103949573