File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -964,10 +964,6 @@ jobs:
964964 - name : Install
965965 run : |
966966 scripts/install-oneapi.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_MKL
967- ls -la "${{ env.ONEAPI_ROOT }}"
968- ls -la "${{ env.ONEAPI_ROOT }}/dnnl"
969- ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest"
970- ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin"
971967
972968 - name : Build
973969 id : cmake_build
@@ -991,10 +987,6 @@ jobs:
991987 if : ${{ ( github.event_name == 'pull_request' && github.base_ref == 'master' ) }}
992988 run : |
993989 echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin"
994- ls -la "${{ env.ONEAPI_ROOT }}"
995- ls -la "${{ env.ONEAPI_ROOT }}/dnnl"
996- ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest"
997- ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin"
998990
999991 cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.5.dll" ./build/bin
1000992 cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dll" ./build/bin
You can’t perform that action at this time.
0 commit comments