Add a space to supress a cmake warning (llama/9133)

This commit is contained in:
Akarshan Biswas 2024-08-22 19:39:47 +05:30 committed by Georgi Gerganov
parent 32f88af17b
commit 9b16ddd3a5

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