-
Notifications
You must be signed in to change notification settings - Fork 722
Add support for upsample_nearest2d op in the Arm backend #5746
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5746
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8894f23 with merge base 995c2bf ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label ciflow/trunk |
|
Can't add following labels to PR: ciflow/trunk. Please ping one of the reviewers for help. |
|
Please seek CI approval before scheduling CIFlow labels |
|
|
||
|
|
||
| test_data_suite = [ | ||
| # (test_name, test_data, size, scale_factor, compare_outputs) |
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.
❤️ these test. Awesome!
|
Please rebase? |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
baf427b to
5c042d3
Compare
|
Thanks for the review. I rebased the change and fixed the conflicts. |
5c042d3 to
8f769fe
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Internal checker found these type issues, can you please fix and rebase? Thanks. |
8f769fe to
cf7310c
Compare
|
Thanks, the last change should fix this. |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
still seems like a type errors on op_upsample_nearest2d.py:48 get_resize_parameters for 3rd arg expected |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Also rebase? |
cf7310c to
533d9db
Compare
|
Thanks, I rebased and fixed the issue. |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Sorry rebase? |
8eea28f to
675d0ac
Compare
|
@digantdesai Thanks, done |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
If CI is not green, please make it a Draft PR |
|
The failure doesn't seem to be related to this PR as it's the new |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Rebase please? |
675d0ac to
4fb9443
Compare
|
Pls fix the failing unit test. |
|
The unit test failure is not due to the code of this PR, we confirmed it internally. We should check to raise another PR to fix the |
|
Rebase please |
4f362f2 to
19622cd
Compare
Change-Id: Id0b742214e5432957b2f573b4218f09a4d9734e4
19622cd to
8894f23
Compare
|
With 995c2bf fixing the test_var accuracy issue, the tests are now passing. |
|
@digantdesai I'm blocked from merging dues to Do you mind helping out? |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Sigh, sorry can you please rebase? |
Add support for the
torch.ops.aten.upsample_nearest2d.vecoperator in the Arm backend.The
torch.ops.aten.upsample_nearest2d.vecoperator is added to the operators to not decompose so that it can directly be legalized to atosa.resizeoperator.Change-Id: Id0b742214e5432957b2f573b4218f09a4d9734e4