Skip to content

Commit 774a662

Browse files
authored
[CI] Pass gpu-intel-gen12=True when running on Gen12 (#12627)
I want to use this param in an E2E test. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d894a21 commit 774a662

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu;opencl:cpu
6868
reset_gpu: true
6969
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
70+
extra_lit_opts: --param gpu-intel-gen12=True
7071
- name: Matrix E2E tests on Intel Arc A-Series Graphics
7172
runner: '["Linux", "arc"]'
7273
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

.github/workflows/sycl-post-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
include:
4545
- name: Intel GEN12 Graphics with Level Zero
4646
runner: '["Linux", "gen12"]'
47+
extra_lit_opts: --param gpu-intel-gen12=True
4748
- name: Intel Arc A-Series Graphics with Level Zero
4849
runner: '["Linux", "arc"]'
4950
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
@@ -56,7 +57,7 @@ jobs:
5657
- name: Perf tests on Intel GEN12 Graphics system
5758
runner: '["Linux", "gen12"]'
5859
env: '{"LIT_FILTER":"PerformanceTests/"}'
59-
extra_lit_opts: -a -j 1 --param enable-perf-tests=True
60+
extra_lit_opts: -a -j 1 --param enable-perf-tests=True --param gpu-intel-gen12=True
6061
target_devices: all
6162
- name: Perf tests on Intel Arc A-Series Graphics system
6263
runner: '["Linux", "arc"]'
@@ -101,6 +102,7 @@ jobs:
101102
name: Intel GEN12 Graphics with Level Zero
102103
runner: '["Windows","gen12"]'
103104
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
105+
extra_lit_opts: --param gpu-intel-gen12=True
104106

105107
macos_default:
106108
name: macOS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ jobs:
5656
name: Intel GEN12 Graphics with Level Zero
5757
runner: '["Windows","gen12"]'
5858
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
59+
extra_lit_opts: --param gpu-intel-gen12=True

0 commit comments

Comments
 (0)