Skip to content

Commit

Permalink
[SYCL] add missed dll file in package (ggerganov#9577)
Browse files Browse the repository at this point in the history
* update oneapi to 2024.2

* use 2024.1

---------

Co-authored-by: arthw <[email protected]>
  • Loading branch information
NeoZhangJianyu and arthw authored Sep 26, 2024
1 parent 7691654 commit 95bc82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 95bc82f

Please sign in to comment.