-
Notifications
You must be signed in to change notification settings - Fork 684
NXP backend: Fix group convolution merge conflict. #13867
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
NXP backend: Fix group convolution merge conflict. #13867
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13867
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 1 Cancelled JobAs of commit 707febe with merge base 8ba92a9 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "module: nxp" "release notes: nxp" |
Run |
Updated version with lint fixes: #13867 --------- Co-authored-by: Martin Pavella <martin.pavella@nxp.com>
Just landed as part of #13894 We're trying to make our CI green this week, as we're approaching branch cut. Hence I went ahead landed the PR along the lint fixes, to avoid turnaround time. |
nvm, it didn't fix unfortunately, see https://github.com/pytorch/executorch/actions/runs/17421840434/job/49461612346 |
Looks like you're updating #13876 Is this related? cc @shoumikhin |
This is actually another merge conflict caused by merging this PR and #13128. I'm working on the fix. |
no, my PR only affects internal targets |
Summary
This PR fixes a conflict introduced by merging group convolution support and calling .eval() on transformed models.
Test plan
Fixed unit tests are available in
backends/nxp/tests/test_split_group_convolution.py
cc @robert-kalmar @roman-janik-nxp @StrycekSimon @jirioc