ggerganov/llama.cpp

[SYCL] include shared libs in sycl release

gfody opened this issue · 3 comments

gfody commented

can the shared libs be included in the bin-win-sycl-x64 release?

@gfody
Yes, it's supported by PR #7241.

gfody commented

ah yeah the sycl dependencies are included but llama.dll is missing, because -DBUILD_SHARED_LIBS=ON is not here:

cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx -DCMAKE_BUILD_TYPE=Release

Yes, we will check and fix it.