[SYCL] Add a space to supress a cmake warning

This commit is contained in:
Akarshan Biswas 2024-08-22 18:09:12 +05:30 committed by GitHub
parent 1731d4238f
commit e8cf51bd7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -550,7 +550,7 @@ if (GGML_SYCL)
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
find_package(DNNL)
message("-- DNNL found:"${DNNL_FOUND})
message("-- DNNL found:" ${DNNL_FOUND})
if (GGML_SYCL_TARGET STREQUAL "INTEL")
add_compile_definitions(GGML_SYCL_DNNL=${DNNL_FOUND})
else()