This commit is contained in:
Zhang 2024-05-12 16:13:13 +08:00
parent 9b28d860a5
commit a7a5f42c07

View file

@ -932,6 +932,7 @@ jobs:
id: pack_artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
run: |
source "C:/Program Files (x86)/Intel/oneAPI/setvars.bat" intel64 --force
echo "cp oneAPI running time dll files in ${ONEAPI_ROOT} to ./build/bin"
cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.4.dll ./build/bin
cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dlll ./build/bin