فهرست منبع

cmake : fix GGML_USE_SYCL typo (#5555)

Georgi Gerganov 1 سال پیش
والد
کامیت
f3f28c5395
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -526,7 +526,7 @@ if (LLAMA_SYCL)
 
 
     message(STATUS "SYCL found")
     message(STATUS "SYCL found")
 
 
-    add_compile_definitions(GML_USE_SYCL)
+    add_compile_definitions(GGML_USE_SYCL)
 
 
     if (LLAMA_SYCL_F16)
     if (LLAMA_SYCL_F16)
         add_compile_definitions(GGML_SYCL_F16)
         add_compile_definitions(GGML_SYCL_F16)