-
Notifications
You must be signed in to change notification settings - Fork 589
Qualcomm AI Engine Direct - Support tile op for different I/O rank #10054
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
Qualcomm AI Engine Direct - Support tile op for different I/O rank #10054
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10054
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit a825fd1 with merge base c9c5481 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: qualcomm" |
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.
Looks good, thank you! Curious which model did you use when identifying this issue.
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I encountered this issue while enabling the image encoder of the LLaVA model. |
@cccclai , I'd like to refine this PR a bit. Could you please wait for me to update this PR before merging? |
Summary: - Support if the rank of input tensor is less than the rank of output tensor. - make_quantizer kwargs alignment. - Remove module.eval() since calling eval() is not supported for exported models.
fc5c30b
to
a825fd1
Compare
Done, an equivalent approach but more concise. |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: forward fix for pytorch#10054 Differential Revision: D72834413
Fix the lint error from #10054
…10054) Summary: - Support if the rank of input tensor is less than the rank of output tensor. - make_quantizer kwargs alignment. - Remove module.eval() since calling eval() is not supported for exported models. ### Test plan ``` bash python -m backends.qualcomm.tests.test_qnn_delegate TestQNNQuantizedOperator.test_qnn_backend_expand -s ${device_id} -H ${host_id} -m ${soc} -b build-android ```
Fix the lint error from #10054
…ytorch#10054) Summary: - Support if the rank of input tensor is less than the rank of output tensor. - make_quantizer kwargs alignment. - Remove module.eval() since calling eval() is not supported for exported models. ### Test plan ``` bash python -m backends.qualcomm.tests.test_qnn_delegate TestQNNQuantizedOperator.test_qnn_backend_expand -s ${device_id} -H ${host_id} -m ${soc} -b build-android ```
Fix the lint error from pytorch#10054
Summary:
Test plan