From 7bcaf815c20f471fead106088b558e542982bf30 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 31 Dec 2025 14:23:44 +0800 Subject: [PATCH] sycl: add newline at the end of CMakeLists.txt (#18503) --- ggml/src/ggml-sycl/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/CMakeLists.txt b/ggml/src/ggml-sycl/CMakeLists.txt index 51594fb88e..5a89d8dd68 100644 --- a/ggml/src/ggml-sycl/CMakeLists.txt +++ b/ggml/src/ggml-sycl/CMakeLists.txt @@ -230,4 +230,5 @@ endif() if (GGML_SYCL_DEVICE_ARCH) target_compile_options(ggml-sycl PRIVATE -Xsycl-target-backend --offload-arch=${GGML_SYCL_DEVICE_ARCH}) target_link_options(ggml-sycl PRIVATE -Xsycl-target-backend --offload-arch=${GGML_SYCL_DEVICE_ARCH}) -endif() \ No newline at end of file +endif() +