Skip to content

Commit

Permalink
project: regular refine file and directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwg committed Apr 15, 2024
1 parent ce44da6 commit dcb0bcf
Show file tree
Hide file tree
Showing 6 changed files with 6,242 additions and 6,260 deletions.
4 changes: 1 addition & 3 deletions core/ggml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set(SOURCE_FILES
${LLAMACPP_SRC_DIR}/ggml-alloc.c
${LLAMACPP_SRC_DIR}/ggml-backend.c
${LLAMACPP_SRC_DIR}/ggml-quants.c
${LLAMACPP_SRC_DIR}/ggml-qnn-impl.cpp # implementation of PoC S4, https://github.com/zhouwg/kantv/issues/121
${LLAMACPP_SRC_DIR}/ggml-qnn.cpp # implementation of PoC S4, https://github.com/zhouwg/kantv/issues/121

${WHISPERCPP_SRC_DIR}/whisper.cpp

Expand All @@ -61,8 +61,6 @@ set(SOURCE_FILES
${KANTV_GGMLJNI_SRC_DIR}/ggml-jni.c
${KANTV_GGMLJNI_SRC_DIR}/ggml-jni-impl.cpp
${KANTV_GGMLJNI_SRC_DIR}/ggml-jni-impl-external.cpp
${KANTV_GGMLJNI_SRC_DIR}/ggml-qnn.cpp # implementation of PoC S2 & PoC S3, should be rename to ggml-jni-qnn.cpp, https://github.com/zhouwg/kantv/issues/121


${KANTV_GGMLJNI_SRC_DIR}/saver_output.c

Expand Down
Loading

0 comments on commit dcb0bcf

Please sign in to comment.