opencl : sync latest ggml-opencl

This commit is contained in:
Georgi Gerganov
2023-06-25 15:38:12 +03:00
parent 44cb044e66
commit 6c25fae1c4
5 changed files with 1688 additions and 365 deletions

View File

@@ -182,7 +182,7 @@ if (WHISPER_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)