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 7a6b48d commit 63e5285Copy full SHA for 63e5285
ggml/src/ggml-sycl/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-message(STATUS "GML_SYCL_TARGET=${GGML_SYCL_TARGET}")
+message(STATUS "GGML_SYCL_TARGET=${GGML_SYCL_TARGET}")
2
3
if (NOT GGML_SYCL_TARGET MATCHES "^(INTEL|NVIDIA|AMD)$")
4
message(FATAL_ERROR "Invalid backend chosen, supported options are INTEL, NVIDIA, or AMD")
0 commit comments