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 Aug 22, 2024
1 parent 1731d42 commit 11b84eb
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 11b84eb

Please sign in to comment.