-
Couldn't load subscription status.
- Fork 704
Qualcomm AI Engine Direct - support cli #11788
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/11788
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2e54936 with merge base 9c9f665 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
| processed_bytes=node.meta[OpContextLoader.meta_ctx_bin], | ||
| debug_handle_map={}, | ||
| ) | ||
| return node.meta[OpContextLoader.meta_ctx_bin] |
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.
Can you share the reason we need these changes?
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.
This is the path for loading pre-built context binary, I think it was broken before.
|
There are some CI failure, which I believe fixed in main. Can you rebase? |
|
The lint is still failing https://github.com/pytorch/executorch/actions/runs/15769448844/job/44451660233?pr=11788 |
- add cli for quantize / compile / execute pipeline
|
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
### Summary - add cli for quantize / compile / execute pipeline ### Test plan ```bash python backends/qualcomm/tests/test_qnn_delegate.py TestUtilsScript.test_cli -b build-android -s $device -m SM8750 ``` cc @cccclai @winskuo-quic @shewu-quic @cbilgin
Summary
Test plan
python backends/qualcomm/tests/test_qnn_delegate.py TestUtilsScript.test_cli -b build-android -s $device -m SM8750cc @cccclai @winskuo-quic @shewu-quic @cbilgin