Skip to content

Commit 3af12c1

Browse files
committed
debug
1 parent b980a19 commit 3af12c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,11 @@ jobs:
987987
if: ${{ ( github.event_name == 'pull_request' && github.base_ref == 'master' ) }}
988988
run: |
989989
echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin"
990+
ls -la "${{ env.ONEAPI_ROOT }}"
991+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl"
992+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest"
993+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin"
994+
990995
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.5.dll" ./build/bin
991996
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dll" ./build/bin
992997
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll" ./build/bin

0 commit comments

Comments
 (0)