We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a9deb commit 6db4210Copy full SHA for 6db4210
.github/workflows/sycl-windows-run-tests.yml
@@ -65,6 +65,7 @@ jobs:
65
- name: Extract SYCL toolchain
66
shell: bash
67
run: |
68
+ rm -rf install
69
mkdir install
70
tar -xf ${{ inputs.sycl_toolchain_archive }} -C install
71
rm ${{ inputs.sycl_toolchain_archive }}
@@ -78,6 +79,7 @@ jobs:
78
79
- name: Configure E2E with Level Zero target
80
shell: cmd
81
82
+ rmdir /q /s build-e2e
83
mkdir build-e2e
84
cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="level_zero:gpu" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLEVEL_ZERO_INCLUDE="D:\github\level-zero_win-sdk\include" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py"
85
- name: Run End-to-End tests
0 commit comments