]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
[SYCL] add missed dll file in package (#9577)
authorNeo Zhang Jianyu <redacted>
Thu, 26 Sep 2024 09:38:31 +0000 (17:38 +0800)
committerGitHub <redacted>
Thu, 26 Sep 2024 09:38:31 +0000 (17:38 +0800)
* update oneapi to 2024.2

* use 2024.1

---------

Co-authored-by: arthw <redacted>
.github/workflows/build.yml

index a54c5de99011c18f5be74dc4b41720d137419331..e6a977b604d9b5cdc73b407907cfb7b6be67ef7c 100644 (file)
@@ -956,6 +956,7 @@ jobs:
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/sycl7.dll" ./build/bin
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/svml_dispmd.dll" ./build/bin
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libmmd.dll" ./build/bin
+          cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libiomp5md.dll" ./build/bin
           echo "cp oneAPI running time dll files to ./build/bin done"
           7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/*