File tree Expand file tree Collapse file tree 3 files changed +82
-315
lines changed Expand file tree Collapse file tree 3 files changed +82
-315
lines changed Original file line number Diff line number Diff line change 11 /*
2- * Copyright (c) 2023-2024 The ggml authors
2+ * Copyright (c) 2023-2025 The ggml authors
33 *
44 * Permission is hereby granted, free of charge, to any person obtaining a copy
55 * of this software and associated documentation files (the "Software"), to
@@ -29,7 +29,7 @@ extern "C" {
2929#endif
3030
3131#define GGML_QNN_MAX_DEVICES 3
32- #define GGML_QNN_BACKEND_NAME "qnn "
32+ #define GGML_QNN_BACKEND_NAME "hexagon "
3333
3434enum QNNBackend {
3535 QNN_BACKEND_CPU ,
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Android")
3131 include_directories (${HEXAGON_SDK_PATH} /ipc/fastrpc/incs)
3232 include_directories (${HEXAGON_SDK_PATH} /ipc/fastrpc/rpcmem/inc)
3333 include_directories (${HEXAGON_SDK_PATH} /ipc/fastrpc/remote/ship/android_Debug_aarch64)
34- include_directories (${HEXAGON_SDK_PATH} /incs/qnx)
35- include_directories (${HEXAGON_SDK_PATH} /libs/common/qnx/ship/android_Debug_aarch64)
3634 include_directories (${HEXAGON_SDK_PATH} /utils/examples)
3735 include_directories (${HEXAGON_SDK_PATH} /ipc/fastrpc/rtld/ship/android_aarch64)
3836 include_directories (${HEXAGON_SDK_PATH} /libs/atomic/inc)
You can’t perform that action at this time.
0 commit comments