sycl: add newline at the end of CMakeLists.txt (#18503)

This commit is contained in:
Aman Gupta 2025-12-31 14:23:44 +08:00 committed by GitHub
parent c8a3798041
commit 7bcaf815c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View 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()
endif()