Skip to content

Commit 682a4ba

Browse files
[CI][L0 v2] Add to CI options for L0v2 adapter
1 parent 6309d6d commit 682a4ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
190190
extra_lit_opts: --param test-preview-mode=True
191191
binaries_artifact: e2e_bin_preview
192+
- name: L0 v2
193+
runner: '["L0v2_arl"]'
194+
target_devices: level_zero_v2:arch-intel_gpu_mtl_u
195+
extra_lit_opts: --param test-preview-mode=True
192196

193197
# We're in an ABI-breaking window, so these don't make sense for now.
194198
- name: ABI compatibility / sycl-rel-6_2

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ on:
158158
- '["Linux", "build"]'
159159
- '["cuda"]'
160160
- '["PVC_PERF"]'
161+
- '["L0v2_arl"]'
161162
image:
162163
type: choice
163164
options:
@@ -181,6 +182,7 @@ on:
181182
- 'opencl:gpu'
182183
- 'hip:gpu'
183184
- 'cuda:gpu'
185+
- 'level_zero_v2:arch-intel_gpu_mtl_u'
184186
tests_selector:
185187
type: choice
186188
options:

0 commit comments

Comments
 (0)