Skip to content

Commit e153b8e

Browse files
authored
android.java : re-add ggml source updates (#2975)
This commit updates the ggml source to include the new unary and binary operations. I merged #2958 which seems to have overwritten the changes to the ggml source which were added in #2972. Sorry about this.
1 parent 83af237 commit e153b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/whisper.android.java/app/src/main/jni/whisper/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ set(SOURCE_FILES
1212
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp
1313
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c
1414
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp
15+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/unary-ops.cpp
16+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/binary-ops.cpp
1517
${WHISPER_LIB_DIR}/ggml/src/ggml-alloc.c
1618
${WHISPER_LIB_DIR}/ggml/src/ggml-backend.cpp
1719
${WHISPER_LIB_DIR}/ggml/src/ggml-backend-reg.cpp

0 commit comments

Comments
 (0)