We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7acd54 commit 4187523Copy full SHA for 4187523
docs/backend/hexagon/developer.md
@@ -7,8 +7,8 @@ The Hexagon backend consist of two parts:
7
- `libggml-hexagon`
8
This is the regular CPU-side GGML backend library, either shared or statically linked
9
10
- - `libggm-htp-vNN`
11
- This is the NPU-side (HTP stands for Hexagon Tensor Process) shared library that contains the Op dispatcher and kernels.
+ - `libggml-htp-vNN`
+ This is the NPU-side (HTP stands for Hexagon Tensor Processor) shared library that contains the Op dispatcher and kernels.
12
The correct library is selected automatically at runtime based on the HW version.
13
14
Here is an example of the build artifacts
0 commit comments