[SYCL] Add a space to supress a cmake warning (#9133)

This commit is contained in:
Akarshan Biswas 2024-08-22 19:39:47 +05:30 committed by GitHub
parent 1731d4238f
commit 11b84eb457
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()