From: Aman Gupta Date: Wed, 31 Dec 2025 06:23:44 +0000 (+0800) Subject: sycl: add newline at the end of CMakeLists.txt (llama/18503) X-Git-Tag: upstream/1.8.3~66 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=467933199a4715e4e348b6331e842a987cc4e236;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp sycl: add newline at the end of CMakeLists.txt (llama/18503) --- diff --git a/ggml/src/ggml-sycl/CMakeLists.txt b/ggml/src/ggml-sycl/CMakeLists.txt index 51594fb8..5a89d8dd 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() +