From 11a11b0b542a074d5688bd974eee65239963d857 Mon Sep 17 00:00:00 2001 From: "zhou.weiguo" Date: Thu, 25 Apr 2024 15:28:45 +0800 Subject: [PATCH] make github CI happy --- README-qnn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-qnn.md b/README-qnn.md index c13eb5048..d3dc9a293 100644 --- a/README-qnn.md +++ b/README-qnn.md @@ -11,7 +11,7 @@ ## Background -Android maintained its position as the leading mobile operating system worldwide in the fourth quarter of 2023 with a market share of 70.1 percent . Qualcomm is No.1 mobile SoC semiconductor company in our planet currently. +Android maintained its position as the leading mobile operating system worldwide in the fourth quarter of 2023 with a market share of 70.1 percent . Qualcomm is No.1 mobile SoC semiconductor company in our planet currently. **QNN**(Qualcomm Neural Network, aka Qualcomm AI Engine Direct) SDK is verified to work with the following versions of the ML frameworks: @@ -115,7 +115,7 @@ Please add the **[QNN]** prefix/tag in issues/PRs titles to help the community c - only support FP32 / FP16 and the input and output tensors must be of the same data type -- lack of [implementation of other GGML-OPs using QNN API](https://github.com/zhouwg/llama.cpp/blob/qualcomm_qnn_backend_for_ggml/ggml-qnn.cpp#L3452). this work is very similar to GGML_OP_ADD / GGML_OP_MUL / GGML_OP_MULMAT in ggml-qnn.cpp +- lack of [implementation of other GGML-OPs using QNN API](https://github.com/zhouwg/llama.cpp/blob/qualcomm_qnn_backend_for_ggml/ggml-qnn.cpp#L3452). this work is very similar to GGML_OP_ADD / GGML_OP_MUL / GGML_OP_MULMAT in ggml-qnn.cpp - multithreading not working with QNN GPU&HTP (aka DSP) backend