We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7691654 commit 95bc82fCopy full SHA for 95bc82f
.github/workflows/build.yml
@@ -956,6 +956,7 @@ jobs:
956
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/sycl7.dll" ./build/bin
957
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/svml_dispmd.dll" ./build/bin
958
cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libmmd.dll" ./build/bin
959
+ cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libiomp5md.dll" ./build/bin
960
echo "cp oneAPI running time dll files to ./build/bin done"
961
7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/*
962
0 commit comments