-
Notifications
You must be signed in to change notification settings - Fork 752
NXP backend: Fix mean.dim delegation and tests.
#14581
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 mean.dim delegation and tests.
#14581
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14581
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 9 Pending, 2 Unrelated FailuresAs of commit e24bbcf with merge base 9c7cb61 ( 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. |
c5280bb to
0222b03
Compare
|
@pytorchbot label "module: nxp" "release notes: nxp" |
backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py
Outdated
Show resolved
Hide resolved
robert-kalmar
left a comment
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.
LGTM, just please fix the hardcoded num_macs as Roman suggests.
0222b03 to
06d4582
Compare
06d4582 to
e24bbcf
Compare
Summary
This PR updates the delegation condition for the
aten,mean,dimoperator to better reflect the requirements of Neutron.Test plan
Unit tests provided.
cc @robert-kalmar @JakeStevens @digantdesai