mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
[SYCL] Add a space to supress a cmake warning (#9133)
This commit is contained in:
parent
1731d4238f
commit
11b84eb457
@ -550,7 +550,7 @@ if (GGML_SYCL)
|
|||||||
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
|
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
|
||||||
|
|
||||||
find_package(DNNL)
|
find_package(DNNL)
|
||||||
message("-- DNNL found:"${DNNL_FOUND})
|
message("-- DNNL found:" ${DNNL_FOUND})
|
||||||
if (GGML_SYCL_TARGET STREQUAL "INTEL")
|
if (GGML_SYCL_TARGET STREQUAL "INTEL")
|
||||||
add_compile_definitions(GGML_SYCL_DNNL=${DNNL_FOUND})
|
add_compile_definitions(GGML_SYCL_DNNL=${DNNL_FOUND})
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user