File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,23 @@ jobs:
201201 always()
202202 && !cancelled()
203203 && needs.build-win.outputs.build_conclusion == 'success'
204+ strategy :
205+ fail-fast : false
206+ matrix :
207+ include :
208+ - name : Intel L0 Gen12 GPU
209+ runner : ' ["Windows", "gen12"]'
210+ target_devices : level_zero:gpu
211+
212+ - name : Intel L0 Battlemage GPU
213+ runner : ' ["Windows", "bmg"]'
214+ target_devices : level_zero:gpu
215+
204216 uses : ./.github/workflows/sycl-windows-run-tests.yml
205217 with :
206- name : Intel GEN12 Graphics with Level Zero
207- runner : ' ["Windows","gen12"] '
208- target_devices : level_zero:gpu
218+ name : ${{ matrix.name }}
219+ runner : ${{ matrix.runner }}
220+ target_devices : ${{ matrix.target_devices }}
209221 toolchain_artifact_filename : ${{ needs.build-win.outputs.toolchain_artifact_filename }}
210222
211223 cuda-aws-start :
You can’t perform that action at this time.
0 commit comments