-
Notifications
You must be signed in to change notification settings - Fork 20
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
PoC: Add Qualcomm mobile SoC native backend for GGML #149
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2cf3a6 - Browse repository at this point
Copy the full SHA a2cf3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5bc94 - Browse repository at this point
Copy the full SHA ad5bc94View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa40397 - Browse repository at this point
Copy the full SHA aa40397View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68e711 - Browse repository at this point
Copy the full SHA f68e711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850f01d - Browse repository at this point
Copy the full SHA 850f01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75799df - Browse repository at this point
Copy the full SHA 75799dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cbb98f - Browse repository at this point
Copy the full SHA 1cbb98fView commit details -
PoC-S26: offload simple f32 2x2 matrix addition operation to QNN CPU …
…backend --- done but not perfect
Configuration menu - View commit details
-
Copy full SHA for 4e08bd4 - Browse repository at this point
Copy the full SHA 4e08bd4View commit details
Commits on Apr 8, 2024
-
PoC-S27: offload simple f32 2x2 matrix addition operation to QNN GPU …
…backend --- done
Configuration menu - View commit details
-
Copy full SHA for 5df736b - Browse repository at this point
Copy the full SHA 5df736bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0dd9e2 - Browse repository at this point
Copy the full SHA c0dd9e2View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6469c6 - Browse repository at this point
Copy the full SHA a6469c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c03c1 - Browse repository at this point
Copy the full SHA 23c03c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336f63f - Browse repository at this point
Copy the full SHA 336f63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed92fa3 - Browse repository at this point
Copy the full SHA ed92fa3View commit details -
ggml-jni: build code skeleton of PoC-S35&S37:implement a complex/comp…
…licated compute graph in C/C++ and then mapping to GGML compute graph and then mapping to QNN CPU/GPU backend
Configuration menu - View commit details
-
Copy full SHA for fcbe3c5 - Browse repository at this point
Copy the full SHA fcbe3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9944269 - Browse repository at this point
Copy the full SHA 9944269View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6900d7e - Browse repository at this point
Copy the full SHA 6900d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8d9ae - Browse repository at this point
Copy the full SHA 7f8d9aeView commit details -
project: enable APK running well on any mainstream Qualcomm mobile So…
…C based Android phone
Configuration menu - View commit details
-
Copy full SHA for 0fce196 - Browse repository at this point
Copy the full SHA 0fce196View commit details
Commits on Apr 12, 2024
-
PoC-S41: HLD of ggml-qnn backend done --- apk bootstrap(with qnn back…
…end) successfully at the first time
Configuration menu - View commit details
-
Copy full SHA for 911157e - Browse repository at this point
Copy the full SHA 911157eView commit details
Commits on Apr 13, 2024
-
PoC-S42: implementation of major GGML OP(mulmat...) using QNN SDK ---…
… data path works but ASR result is not correct
Configuration menu - View commit details
-
Copy full SHA for 21dea39 - Browse repository at this point
Copy the full SHA 21dea39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b00eb1 - Browse repository at this point
Copy the full SHA 2b00eb1View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 375a5b4 - Browse repository at this point
Copy the full SHA 375a5b4View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce44da6 - Browse repository at this point
Copy the full SHA ce44da6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for dcb0bcf - Browse repository at this point
Copy the full SHA dcb0bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 390fddd - Browse repository at this point
Copy the full SHA 390fdddView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cb1960 - Browse repository at this point
Copy the full SHA 7cb1960View commit details -
PoC-S44:implementation of datapath using QNN GPU backend: UI <---> Ja…
…va <---> ggml-jni < ---> whisper.cpp < ---> ggml <---> ggml-qnn.cpp < ---> QNN(GPU backend) < ---> CPU done with a workaroud method
Configuration menu - View commit details
-
Copy full SHA for 3957c89 - Browse repository at this point
Copy the full SHA 3957c89View commit details
Commits on Apr 17, 2024
-
PoC-S48:validate PoC-S42/PoC-S44/PoC-S46(aka QNN backend) by whisper.…
…cpp asr benchmark
Configuration menu - View commit details
-
Copy full SHA for 62831a6 - Browse repository at this point
Copy the full SHA 62831a6View commit details
Commits on Apr 18, 2024
-
PoC-S48:validate PoC-S42/PoC-S44/PoC-S46(aka QNN backend) by whisper.…
…cpp asr benchmark
Configuration menu - View commit details
-
Copy full SHA for 083ad08 - Browse repository at this point
Copy the full SHA 083ad08View commit details -
PoC-S48:fix a typo in UT for PoC-S49:implementation of other GGML OP(…
…non-mulmat) using QNN API
Configuration menu - View commit details
-
Copy full SHA for 87a1ef9 - Browse repository at this point
Copy the full SHA 87a1ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5991f6c - Browse repository at this point
Copy the full SHA 5991f6cView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb31748 - Browse repository at this point
Copy the full SHA bb31748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca0852 - Browse repository at this point
Copy the full SHA 0ca0852View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c78e6ea - Browse repository at this point
Copy the full SHA c78e6eaView commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8a1918 - Browse repository at this point
Copy the full SHA e8a1918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9b8f6 - Browse repository at this point
Copy the full SHA 2c9b8f6View commit details
Commits on Apr 21, 2024
-
ggml-qnn: add resource management of internal QNN resource and refine…
… ggml_qnn_op_xxx functions in ggml-qnn.cpp
1Configuration menu - View commit details
-
Copy full SHA for 8a73098 - Browse repository at this point
Copy the full SHA 8a73098View commit details
Commits on Apr 22, 2024
-
PoC-S61: refine code(remove dependence......) --- prepare remove LOGG…
…D LOGGI LOGGW LOGGE
Configuration menu - View commit details
-
Copy full SHA for 83aa795 - Browse repository at this point
Copy the full SHA 83aa795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0033d - Browse repository at this point
Copy the full SHA 0e0033dView commit details -
PoC-S53: fix stability issue during toggle between different backend(…
…QNN CPU/GPU/DSP backend, ggml...)
Configuration menu - View commit details
-
Copy full SHA for 74a57c3 - Browse repository at this point
Copy the full SHA 74a57c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59482c - Browse repository at this point
Copy the full SHA b59482cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f290eb9 - Browse repository at this point
Copy the full SHA f290eb9View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f759d4b - Browse repository at this point
Copy the full SHA f759d4bView commit details