Update CMakeLists.txt

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Abhilash Majumder 2024-01-26 20:50:17 +05:30 committed by GitHub
parent 553175402b
commit b9ffaab188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -485,11 +485,8 @@ if (LLAMA_SYCL)
set(GGML_SOURCES_SYCL ggml-sycl.cpp)
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} sycl OpenCL mkl_core pthread m dl mkl_sycl_blas mkl_intel_ilp64 mkl_tbb_thread)
endif()
function(get_flags CCID CCVER)
set(C_FLAGS "")
set(CXX_FLAGS "")