Skip to content

Commit

Permalink
seperate mul_mat into usb-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
airMeng committed Mar 31, 2024
1 parent e12bb16 commit 1bf2aa4
Show file tree
Hide file tree
Showing 12 changed files with 7,533 additions and 6,502 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,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
Loading

0 comments on commit 1bf2aa4

Please sign in to comment.