Skip to content

Commit

Permalink
seperate mmq, mmvq, dmmv from the main files
Browse files Browse the repository at this point in the history
  • Loading branch information
airMeng committed Apr 28, 2024
1 parent de88518 commit 839cc90
Show file tree
Hide file tree
Showing 15 changed files with 9,254 additions and 8,858 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ if (LLAMA_SYCL)
endif()

set(GGML_HEADERS_SYCL ggml-sycl.h)
file(GLOB GGML_SOURCES_SYCL "ggml-sycl.cpp")
# list(APPEND GGML_SOURCES_SYCL "ggml-sycl/*.cpp")
file(GLOB GGML_SOURCES_SYCL "ggml-sycl/*.cpp")
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")

if (WIN32)
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} -fsycl sycl7 OpenCL mkl_sycl_blas_dll.lib mkl_intel_ilp64_dll.lib mkl_sequential_dll.lib mkl_core_dll.lib)
Expand Down

0 comments on commit 839cc90

Please sign in to comment.