File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
whisper.android.java/app/src/main/jni/whisper
whisper.android/lib/src/main/jni/whisper Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ set(WHISPER_LIB_DIR ${CMAKE_SOURCE_DIR}/../../../../../../../)
8
8
set (SOURCE_FILES
9
9
${WHISPER_LIB_DIR} /ggml/src/ggml.c
10
10
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/ggml-cpu.c
11
- ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/repack.cpp
12
11
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/traits.cpp
12
+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/arch/arm/quants.c
13
+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/arch/arm/repack.cpp
13
14
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/quants.c
14
15
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/ggml-cpu.cpp
15
16
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/unary-ops.cpp
Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ if (NOT GGML_HOME)
28
28
${WHISPER_LIB_DIR} /ggml/src/ggml-threading.cpp
29
29
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/ggml-cpu.c
30
30
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/ggml-cpu.cpp
31
- ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/repack.cpp
32
31
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/hbm.cpp
33
- ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/quants.c
34
32
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/traits.cpp
35
33
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/unary-ops.cpp
36
34
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/binary-ops.cpp
37
35
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/vec.cpp
38
36
${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/ops.cpp
37
+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/arch/arm/quants.c
38
+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/arch/arm/repack.cpp
39
+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu/quants.c
39
40
)
40
41
endif ()
41
42
You can’t perform that action at this time.
0 commit comments