From: Georgi Gerganov Date: Sun, 18 Feb 2024 17:17:00 +0000 (+0200) Subject: cmake : fix GGML_USE_SYCL typo (#5555) X-Git-Tag: upstream/0.0.4488~2308 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f3f28c5395cd25b371617981b341616dbdd31e85;p=pkg%2Fggml%2Fsources%2Fllama.cpp cmake : fix GGML_USE_SYCL typo (#5555) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ea4d4f1..0c29b5d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)