From: Georgi Gerganov Date: Thu, 24 Oct 2024 18:23:33 +0000 (+0300) Subject: ci : fix cmake flags for SYCL X-Git-Tag: upstream/0.0.4488~514 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=40f2555797f97314de749873cdc29dc102be66e2;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix cmake flags for SYCL --- diff --git a/ci/run.sh b/ci/run.sh index e0677821..dc26d94e 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -53,7 +53,7 @@ if [ ! -z ${GG_BUILD_SYCL} ]; then exit 1 fi - CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_SYCL=1 DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON" + CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_SYCL=1 -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON" fi if [ ! -z ${GG_BUILD_VULKAN} ]; then