Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 25, 2024
1 parent b980a19 commit 3af12c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,11 @@ jobs:
if: ${{ ( github.event_name == 'pull_request' && github.base_ref == 'master' ) }}
run: |
echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin"
ls -la "${{ env.ONEAPI_ROOT }}"
ls -la "${{ env.ONEAPI_ROOT }}/dnnl"
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest"
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin"
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.5.dll" ./build/bin
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dll" ./build/bin
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll" ./build/bin
Expand Down

0 comments on commit 3af12c1

Please sign in to comment.