Skip to content

Commit f3f28c5

Browse files
committed
cmake : fix GGML_USE_SYCL typo (#5555)
1 parent e75c627 commit f3f28c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ if (LLAMA_SYCL)
526526

527527
message(STATUS "SYCL found")
528528

529-
add_compile_definitions(GML_USE_SYCL)
529+
add_compile_definitions(GGML_USE_SYCL)
530530

531531
if (LLAMA_SYCL_F16)
532532
add_compile_definitions(GGML_SYCL_F16)

0 commit comments

Comments
 (0)