Skip to content

Commit 1bf2aa4

Browse files
committed
seperate mul_mat into usb-directory
1 parent e12bb16 commit 1bf2aa4

File tree

12 files changed

+7533
-6502
lines changed

12 files changed

+7533
-6502
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ if (LLAMA_SYCL)
605605
endif()
606606

607607
set(GGML_HEADERS_SYCL ggml-sycl.h)
608-
file(GLOB GGML_SOURCES_SYCL "ggml-sycl.cpp")
609-
# list(APPEND GGML_SOURCES_SYCL "ggml-sycl/*.cpp")
608+
file(GLOB GGML_SOURCES_SYCL "ggml-sycl/*.cpp")
609+
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
610610

611611
if (WIN32)
612612
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)

0 commit comments

Comments
 (0)