-
Notifications
You must be signed in to change notification settings - Fork 633
Qualcomm AI Engine Direct - Phase out QCIR flow since it is no longer… #12583
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?
Qualcomm AI Engine Direct - Phase out QCIR flow since it is no longer… #12583
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12583
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit f2aa739 with merge base 45846c8 ( BROKEN TRUNK - The following job 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. |
@pytorchbot label "release notes: qualcomm" |
Hi @cccclai, |
edee173
to
42000f1
Compare
Thanks! Trying to refresh my memory, is QCIR only used by online prepare, and now online prepare switch to QNN IR (and it only supports qnn 2.35), correct? |
Also seems like lots of changes with recent PR...can we prioritize checking a stories.pte file as part of CI so we can know if there is any BC breaking changes |
Yes, and we used to leverage QCIR on multi-method compiling as well. I think the QNN IR support (DLC) starts from 2.29. |
We currently have |
I think we can put them in a unified folder under qualcomm/backends for the qnn schema related BC checking, and have one .pte under examples/qualcomm/oss_scripts/llama for checking llama BC changes. |
Hi @cccclai |
Hmm good point, it's in a critical path currently, and I'd say let's have it here first with a read me to tell others how to update it in the future. Maybe we can upload it to huggingface, I'll chat with my team |
Hi @cccclai, I’ve created a draft PR to test the While testing, I noticed there’s a smaller story llama with only 260K parameters. However, its If you're okay with using stories260K.pt as a benchmark for BC validation on LLaMA, I can try to update the PR to use it instead. Thanks! |
Yes stories15M sounds good! Thank you |
… used Summary: - Remove all QCIR-related files and associated custom protocol
42000f1
to
f2aa739
Compare
Summary
Test plan
General CI
cc: @haowhsu-quic, @cccclai