Skip to content

Commit abea16a

Browse files
Add options to test on L0v2
1 parent 1aa9202 commit abea16a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ jobs:
193193
runner: '["Linux", "bmg"]'
194194
# runner: '["Linux", "L0v2"]'
195195
target_devices: level_zero_v2:arch-intel_gpu_mtl_u
196+
extra_lit_opts: -j 12
196197

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

devops/actions/run-tests/e2e/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ runs:
7373
shell: bash
7474
env:
7575
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True --param test-mode=${{ inputs.testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
76+
# LIT_OPTS: -j 12 -v --param "sycl_devices=level_zero_v2:arch-intel_gpu_mtl_u" sycl/test-e2e/
7677
run: |
78+
echo "LIT_OPTS: $LIT_OPTS"
7779
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
7880
# Two steps below are duplicated between Lin/Win actions, updates must change both
7981
- name: E2E logs

0 commit comments

Comments
 (0)