Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 25, 2024
1 parent e0b7ee8 commit 5f3c597
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,6 @@ jobs:
- name: Install
run: |
scripts/install-oneapi.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_MKL
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"
- name: Build
id: cmake_build
Expand All @@ -991,10 +987,6 @@ 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
Expand Down

0 comments on commit 5f3c597

Please sign in to comment.