]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
cmake : fix GGML_USE_SYCL typo (#5555)
authorGeorgi Gerganov <redacted>
Sun, 18 Feb 2024 17:17:00 +0000 (19:17 +0200)
committerGeorgi Gerganov <redacted>
Sun, 18 Feb 2024 17:17:00 +0000 (19:17 +0200)
CMakeLists.txt

index 5ea4d4f1979dc5b8de2c9731050ae2aac55e377e..0c29b5d09bd2b1db192587c0596b47fddde054c4 100644 (file)
@@ -526,7 +526,7 @@ if (LLAMA_SYCL)
 
     message(STATUS "SYCL found")
 
-    add_compile_definitions(GML_USE_SYCL)
+    add_compile_definitions(GGML_USE_SYCL)
 
     if (LLAMA_SYCL_F16)
         add_compile_definitions(GGML_SYCL_F16)