Skip to content

Commit

Permalink
[SYCL] Add a space to supress a cmake warning (ggerganov#9133)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnixsynapse authored and arthw committed Nov 15, 2024
1 parent b1fec1f commit 62f8b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 62f8b46

Please sign in to comment.