cmake : fix GGML_USE_SYCL typo (#5555)

This commit is contained in:
Georgi Gerganov 2024-02-18 19:17:00 +02:00
parent e75c6279d1
commit f3f28c5395
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View 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)