Compare commits

...

3 Commits

Author SHA1 Message Date
Neo Zhang Jianyu
8c5a99f370
Merge 3ae8374b59 into d09770cae7 2024-09-21 17:54:26 +05:30
arthw
3ae8374b59 use 2024.1 2024-09-21 15:03:29 +08:00
arthw
f557ccfd2c update oneapi to 2024.2 2024-09-20 10:47:38 +08:00

View 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/*