Skip to content

Commit 95bc82f

Browse files
[SYCL] add missed dll file in package (#9577)
* update oneapi to 2024.2 * use 2024.1 --------- Co-authored-by: arthw <[email protected]>
1 parent 7691654 commit 95bc82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ jobs:
956956
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/sycl7.dll" ./build/bin
957957
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/svml_dispmd.dll" ./build/bin
958958
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libmmd.dll" ./build/bin
959+
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libiomp5md.dll" ./build/bin
959960
echo "cp oneAPI running time dll files to ./build/bin done"
960961
7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/*
961962

0 commit comments

Comments
 (0)