Skip to content

Commit

Permalink
cmake : fix GGML_USE_SYCL typo (ggml-org#5555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Feb 18, 2024
1 parent e75c627 commit f3f28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3f28c5

Please sign in to comment.