From b9ffaab1886f0e32c3ceb62565cb0769c8eaa767 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:50:17 +0530 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: Georgi Gerganov --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98ff4a448..4a755b7b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "")