-
Notifications
You must be signed in to change notification settings - Fork 712
Qualcomm AI Engine Direct - enable operators adaptive_max_pool2d and grid_sampler 2D and 3D #15371
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15371
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 86bc043 with merge base 7741e70 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "release notes: qualcomm" |
|
There are some internal errors because |
Yes, please try to update it to see if get passes. Thanks. |
…grid_sampler Enable operators adaptive_max_pool2d and grid_sampler 2D and 3D ```bash python backends/qualcomm/tests/test_qnn_delegate.py TestQNNFloatingPointOperator.test_qnn_backend_adaptive_max_pool2d -b build-android -H $HOST -s $SN -m $CHIPID python backends/qualcomm/tests/test_qnn_delegate.py TestQNNQuantizedOperator.test_qnn_backend_adaptive_max_pool2d -b build-android -H $HOST -s $SN -m $CHIPID python backends/qualcomm/tests/test_qnn_delegate.py TestQNNFloatingPointOperator.test_qnn_backend_grid_sampler -b build-android -H $HOST -s $SN -m $CHIPID python backends/qualcomm/tests/test_qnn_delegate.py TestQNNQuantizedOperator.test_qnn_backend_grid_sampler -b build-android -H $HOST -s $SN -m $CHIPID ```
79daffe to
5acaee4
Compare
|
@pytorchbot label "release notes: qualcomm" |
|
@cccclai I made a change that the verification part is same with main branch. Let's see if pass all unit tests. |
Summary
Enable operators adaptive_max_pool2d and grid_sampler 2D and 3D
Test plan