]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
sycl: add newline at the end of CMakeLists.txt (#18503)
authorAman Gupta <redacted>
Wed, 31 Dec 2025 06:23:44 +0000 (14:23 +0800)
committerGitHub <redacted>
Wed, 31 Dec 2025 06:23:44 +0000 (14:23 +0800)
ggml/src/ggml-sycl/CMakeLists.txt

index 51594fb88e3c63918561bcccbb2806c5aa53aa8e..5a89d8dd688973174cd8b76467c6324e161a789d 100644 (file)
@@ -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()
+