63
63
runner : ' ["Linux", "gen12"]'
64
64
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
65
65
target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
66
- reset_intel_gpu : true
67
66
extra_lit_opts : --param gpu-intel-gen12=True
68
67
- name : NVIDIA/CUDA
69
68
runner : ' ["Linux", "cuda"]'
@@ -73,46 +72,39 @@ jobs:
73
72
runner : ' ["Linux", "amdgpu"]'
74
73
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
75
74
target_devices : hip:gpu
76
- reset_intel_gpu : false
77
75
extra_lit_opts : -j 1
78
76
- name : Intel Arc A-Series Graphics
79
77
runner : ' ["Linux", "arc"]'
80
78
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
81
79
target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
82
- reset_intel_gpu : true
83
80
extra_lit_opts : --param matrix-xmx8=True
84
81
- name : E2E tests with dev igc on Intel Arc A-Series Graphics
85
82
runner : ' ["Linux", "arc"]'
86
83
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
87
84
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
88
85
target_devices : level_zero:gpu;opencl:gpu
89
- reset_intel_gpu : true
90
86
extra_lit_opts : --param matrix-xmx8=True
91
87
use_igc_dev : true
92
88
- name : E2E tests on Intel Ponte Vecchio GPU
93
89
runner : ' ["Linux", "pvc"]'
94
90
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
95
91
target_devices : level_zero:gpu;opencl:gpu
96
- reset_intel_gpu : true
97
92
extra_lit_opts : -j 50
98
93
- name : Dev IGC on Intel Ponte Vecchio GPU
99
94
runner : ' ["Linux", "pvc"]'
100
95
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
101
96
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
102
97
target_devices : level_zero:gpu;opencl:gpu
103
- reset_intel_gpu : true
104
98
use_igc_dev : true
105
99
extra_lit_opts : -j 50
106
100
- name : Intel Battlemage Graphics
107
101
runner : ' ["Linux", "bmg"]'
108
102
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
109
103
target_devices : level_zero:gpu
110
- reset_intel_gpu : true
111
104
- name : SPIR-V Backend / Intel Battlemage Graphics
112
105
runner : ' ["Linux", "bmg"]'
113
106
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
114
107
target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
115
- reset_intel_gpu : true
116
108
extra_lit_opts : --param spirv-backend=True
117
109
e2e_binaries_artifact : sycl_e2e_bin_default_spirv_backend
118
110
uses : ./.github/workflows/sycl-linux-run-tests.yml
@@ -123,7 +115,6 @@ jobs:
123
115
image_options : ${{ matrix.image_options }}
124
116
target_devices : ${{ matrix.target_devices }}
125
117
extra_lit_opts : ${{ matrix.extra_lit_opts }}
126
- reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
127
118
repo_ref : ${{ github.sha }}
128
119
sycl_toolchain_artifact : sycl_linux_default
129
120
sycl_toolchain_archive : ${{ needs.build.outputs.artifact_archive_name }}
@@ -159,11 +150,9 @@ jobs:
159
150
- name : Intel GEN12 Graphics system
160
151
runner : ' ["Linux", "gen12"]'
161
152
image_extra_opts : --device=/dev/dri
162
- reset_intel_gpu : true
163
153
- name : Intel Arc A-Series Graphics system
164
154
runner : ' ["Linux", "arc"]'
165
155
image_extra_opts : --device=/dev/dri
166
- reset_intel_gpu : true
167
156
- name : AMD system
168
157
runner : ' ["Linux", "amdgpu"]'
169
158
image_extra_opts : --device=/dev/dri --device=/dev/kfd
@@ -176,7 +165,6 @@ jobs:
176
165
runner : ${{ matrix. runner }}
177
166
image_options : -u 1001 --privileged --cap-add SYS_ADMIN ${{ matrix.image_extra_opts }}
178
167
target_devices : all
179
- reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
180
168
181
169
env : ' {"LIT_FILTER":"PerformanceTests/"}'
182
170
extra_lit_opts : -a -j 1 --param enable-perf-tests=True
0 commit comments