sycl: add newline at the end of CMakeLists.txt (llama/18503)
This commit is contained in:
parent
a3635494da
commit
467933199a
|
|
@ -230,4 +230,5 @@ endif()
|
||||||
if (GGML_SYCL_DEVICE_ARCH)
|
if (GGML_SYCL_DEVICE_ARCH)
|
||||||
target_compile_options(ggml-sycl PRIVATE -Xsycl-target-backend --offload-arch=${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})
|
target_link_options(ggml-sycl PRIVATE -Xsycl-target-backend --offload-arch=${GGML_SYCL_DEVICE_ARCH})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue