We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1731d42 commit 11b84ebCopy full SHA for 11b84eb
ggml/src/CMakeLists.txt
@@ -550,7 +550,7 @@ if (GGML_SYCL)
550
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
551
552
find_package(DNNL)
553
- message("-- DNNL found:"${DNNL_FOUND})
+ message("-- DNNL found:" ${DNNL_FOUND})
554
if (GGML_SYCL_TARGET STREQUAL "INTEL")
555
add_compile_definitions(GGML_SYCL_DNNL=${DNNL_FOUND})
556
else()
0 commit comments