File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,23 @@ jobs:
134134 # https://github.com/intel/llvm/issues/18458
135135 env : " {'LIT_FILTER_OUT':'std_array.cpp|compile_on_win_with_mdd.cpp'}"
136136
137+ e2e-win2 :
138+ needs : build-win
139+ # Continue if build was successful.
140+ if : |
141+ always()
142+ && !cancelled()
143+ && needs.build-win.outputs.build_conclusion == 'success'
144+ uses : ./.github/workflows/sycl-windows-run-tests.yml
145+ with :
146+ name : bmg
147+ runner : ' ["Windows","bmg_test"]'
148+ target_devices : " level_zero:gpu"
149+ toolchain_artifact_filename : ${{ needs.build-win.outputs.toolchain_artifact_filename }}
150+ cxx : icx
151+ # https://github.com/intel/llvm/issues/18458
152+ env : " {'LIT_FILTER_OUT':'std_array.cpp|compile_on_win_with_mdd.cpp'}"
153+
137154 macos_default :
138155 name : macOS
139156 if : github.repository == 'intel/llvm'
Original file line number Diff line number Diff line change 6767 - name : Intel GEN12 Graphics with Level Zero
6868 runner : ' ["Windows","gen12"]'
6969 - name : Intel Battlemage Graphics with Level Zero
70- runner : ' ["Windows","bmg "]'
70+ runner : ' ["Windows","bmg_test "]'
7171 uses : ./.github/workflows/sycl-windows-run-tests.yml
7272 with :
7373 name : ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments