From 73fc702b3cab32d40dfbab88c4237dc1ce71445d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 9 May 2025 10:28:53 +0200 Subject: [PATCH] fix: this is not needed Signed-off-by: Ettore Di Giacinto --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c30edb44..a458f1ec 100644 --- a/Makefile +++ b/Makefile @@ -155,13 +155,11 @@ endif ifneq (,$(findstring sycl,$(BUILD_TYPE))) export GGML_SYCL=1 CMAKE_ARGS+=-DGGML_SYCL=ON - CMAKE_ARGS+=-DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx endif ifeq ($(BUILD_TYPE),sycl_f16) export GGML_SYCL_F16=1 CMAKE_ARGS+=-DGGML_SYCL_F16=ON - CMAKE_ARGS+=-DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx endif ifeq ($(BUILD_TYPE),hipblas)