Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15792
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8d9c9af with merge base 8ab589a ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Pull Request resolved: pytorch#15792 Differential Revision: D86891707
228b68d to
8d9c9af
Compare
|
@haowhsu-quic @winskuo-quic @shewu-quic @DannyYuyang-quic Hi team, I might need some help for this pattern. I managed to lower the pattern to fp, but it's failing with the quantized version. I think a copy_ node shows up in the graph indicating it's a mutable buffer. Do you know the best way moving forward with this pattern? |
Hi @cccclai, I am able to reproduce the issue where I get the following graph finalize error message: I believe this has to do with the behavior of run_decomposition here: executorch/exir/program/_program.py Line 1176 in b433278 The input node is actually not connected to the graph after
On the other hand, floating point flow is working properly because the input node is still connected to the graph after |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Hi @cccclai! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |


It's reported from Discord and this pattern fails to lower to QNN
Differential Revision: D86891707