]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
android : add new ggml source files
authorGeorgi Gerganov <redacted>
Mon, 31 Mar 2025 11:38:43 +0000 (14:38 +0300)
committerGeorgi Gerganov <redacted>
Mon, 31 Mar 2025 11:56:53 +0000 (14:56 +0300)
ggml-ci

examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt

index 023092890db2f6a0f09c30c1eaf0bafc2d6bf788..6bd431379b6900ae2588b9a5bb2b20e7153aebcc 100644 (file)
@@ -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()