Fix CMakeLists.txt
This commit is contained in:
parent
5a74dc1536
commit
1747c598fa
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ if (LLAMA_CLBLAST)
|
|||
if (CLBlast_FOUND)
|
||||
message(STATUS "CLBlast found")
|
||||
|
||||
set(GGML_OPENCL_SOURCES ggml-opencl.c ggml-opencl.h)
|
||||
set(GGML_OPENCL_SOURCES ggml-opencl.cpp ggml-opencl.h)
|
||||
|
||||
add_compile_definitions(GGML_USE_CLBLAST)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue