llama.cpp/ggml/src/ggml-qnn
みゃん dedadf2a20
Fixed a bug where debug code was included in the release, resulting i… (#1)
* Fixed a bug where debug code was included in the release, resulting in an undefined function error.

* Change the path of the QNN library when building in termux environment

* Revert "Change the path of the QNN library when building in termux environment"

This reverts commit c6e26a3679da2608940e2163e090adf75d667400.

* Changed so that GGML_QNN_DEFAULT_LIB_SEARCH_PATH can be set from command line arguments
2024-08-20 10:20:23 +08:00
..
.clang-format add clang format file and reformating 2024-07-04 23:29:31 +08:00
backend-ops.cpp Fixed a bug where debug code was included in the release, resulting i… (#1) 2024-08-20 10:20:23 +08:00
backend-ops.hpp refactoring: move forward and supports_op into ops file 2024-07-27 13:24:57 +08:00
backend.hpp refactoring: change the tensor binding mode between qnn tensor and ggml tensor 2024-07-22 23:08:38 +08:00
buffer.hpp refactoring: remove dup code 2024-07-27 10:48:09 +08:00
graph.hpp fix: try fix the tensor rank of mul mat 2024-07-31 23:54:07 +08:00
logger.cpp refactoring: set the default qnn lib search path at CMakeLists.txt by GGML_QNN_DEFAULT_LIB_SEARCH_PATH 2024-07-29 15:53:14 +08:00
logger.hpp remove multiply declearation of log in unit test 2024-07-15 12:06:12 +08:00
op-config.hpp fix: try fix the tensor rank of mul mat 2024-07-31 23:54:07 +08:00
qnn-lib.cpp refactoring: prevent leak the QNN_INTERFACE_VER_TYPE and QNN_SYSTEM_INTERFACE_VER_TYPE outside of qnn.hpp 2024-07-17 00:18:38 +08:00
qnn-lib.hpp refactoring: remove unused get_rpcmem_from_memhandle func 2024-07-27 13:24:57 +08:00
qnn-types.hpp refactoring: add convient macro to disable copy and move of class 2024-07-29 22:18:48 +08:00
tensor.hpp fix: try fix the tensor rank of mul mat 2024-07-31 23:54:07 +08:00
utils.cpp feat: add error string for QnnOpPackage_Error_t 2024-07-27 13:24:57 +08:00
utils.hpp fix: back to qnn tensor v1 to fix the create tensor error 2024-07-22 23:08:38 +08:00