mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
cmake : fix GGML_USE_SYCL typo (#5555)
This commit is contained in:
parent
e75c6279d1
commit
f3f28c5395
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user