From: Georgi Gerganov Date: Mon, 31 Mar 2025 11:38:43 +0000 (+0300) Subject: android : add new ggml source files X-Git-Tag: upstream/1.7.5~23 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0a40ae972821c5aa0d1a8d1ffdfa9ae421302bb5;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp android : add new ggml source files ggml-ci --- diff --git a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt index 02309289..6bd43137 100644 --- a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt +++ b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt @@ -32,6 +32,8 @@ if (NOT GGML_HOME) ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/unary-ops.cpp + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/binary-ops.cpp ) endif()