-
Notifications
You must be signed in to change notification settings - Fork 12.2k
PR: Refine ggml-qnn backend(QNN, Qualcomm Neural Network,aka Qualcomm AI Engine Direct) for latest ggml,whisper.cpp,llama.cpp #12049
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
74029f3
ggml-qnn: add Qualcomm QNN backend for GGML
zhouwg 986a37d
ggml-qnn: santiy check
zhouwg af604d5
ggml-qnn: update script build-run-android.sh to compare peformance of…
zhouwg 816ebb9
ggml-qnn: fix minor issue in test-backend-ops.cpp
zhouwg 2a8020b
ggml-qnn: merge QNN RPC feature from https://github.com/zhouwg/kantv/…
zhouwg da4d007
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 7cb1a86
ggml-qnn: a concise approach to offload mulmat to QNN backend(sync fr…
zhouwg c8cf291
ggml-qnn: remove redundant codes
zhouwg 84317c7
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg c6a04c6
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 59a2fbe
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 1e6f4a7
ggml-qnn: add Qualcomm QNN backend for GGML
zhouwg 6974079
ggml-qnn: santiy check
zhouwg ea970f9
ggml-qnn: update script build-run-android.sh to compare peformance of…
zhouwg d0c01c0
ggml-qnn: fix minor issue in test-backend-ops.cpp
zhouwg b48ad85
ggml-qnn: merge QNN RPC feature from https://github.com/zhouwg/kantv/…
zhouwg 5ac113b
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 31152be
ggml-qnn: a concise approach to offload mulmat to QNN backend(sync fr…
zhouwg e16dd3c
ggml-qnn: remove redundant codes
zhouwg 1d56350
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 12f4911
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 37985f9
ggml-qnn: sync from branch kantvai-ggmlqnn-npurpc
zhouwg 9fa0765
rebase to the latest upstream
zhouwg 60ca941
ggml-qnn: fix a minior typo in internal doc
zhouwg d5d110d
ggml-qnn: refine function ggml_qnn_create_general_tensor() to avoid c…
zhouwg c687f26
ggml-qnn: fix a minor typo in source code
zhouwg d1b9d1b
build: avoid ggml-qnn backend breaking other backend's builds
zhouwg 35a289a
ggml-qnn: remove redundant codes to make PR reviewers happy
zhouwg 71dae47
ggml-qnn: refine code format
zhouwg d80b289
ggml-qnn: offload quantized type mulmat to QNN backend
zhouwg eb47de0
ggml-qnn: benchmark of real LLM inference on a Snapdragon 8 Gen3 phone
zhouwg 36b58e3
ggml-qnn: refine source code structure to make code more clearly
zhouwg 302e014
ggml-qnn: refine code
zhouwg a134884
ggml-qnn: enable release build with necessary logs to make reviewers …
zhouwg 137b347
ggml-qnn: enable all quantize type with 2d mulmat
zhouwg 653bc33
ggml-qnn: enable log output of GGMLQNN_LOG_INFO in command line mode …
zhouwg 9d10e4f
ggml-qnn: Windows port --- step2
zhouwg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ggml-qnn: offload quantized type mulmat to QNN backend
- Loading branch information
commit d80b28912ea883c0fda1605044a444e0129d27b0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.