Skip to content

Commit

Permalink
rephrase tensor moved warning, cleanup and prepare for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Dec 19, 2024
1 parent fbf1345 commit 50648de
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 2,867 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ add_compile_definitions(LOG_DISABLE_LOGS)
add_compile_definitions(GGML_USE_CPU)
add_compile_definitions(GGML_USE_CPU_AARCH64)

if (MSVC)
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
endif()

file(GLOB GGML_SOURCES_CUDA "ggml/src/ggml-cuda/*.cu")
list(APPEND GGML_SOURCES_CUDA "ggml/src/ggml-cuda/ggml-cuda.cu")
file(GLOB SRCS "ggml/src/ggml-cuda/template-instances/fattn-wmma*.cu")
Expand Down
11 changes: 0 additions & 11 deletions cmake/x64-windows-llvm.cmake

This file was deleted.

220 changes: 0 additions & 220 deletions ggml/src/ggml-cpu/amx/amx.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions ggml/src/ggml-cpu/amx/amx.h

This file was deleted.

91 changes: 0 additions & 91 deletions ggml/src/ggml-cpu/amx/common.h

This file was deleted.

Loading

0 comments on commit 50648de

Please sign in to comment.