88
88
include :
89
89
- name : GEN 12 Integrated
90
90
runner : ' ["Linux", "gen12"]'
91
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
92
91
target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
93
- extra_lit_opts : --param gpu-intel-gen12=True
94
92
- name : NVIDIA/CUDA
95
93
runner : ' ["Linux", "cuda"]'
96
94
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
@@ -102,35 +100,27 @@ jobs:
102
100
extra_lit_opts : -j 1
103
101
- name : Intel Arc A-Series Graphics
104
102
runner : ' ["Linux", "arc"]'
105
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
106
103
target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
107
- extra_lit_opts : --param matrix-xmx8=True
108
- - name : E2E tests with dev igc on Intel Arc A-Series Graphics
104
+ - name : Dev IGC / Intel Arc A-Series Graphics
109
105
runner : ' ["Linux", "arc"]'
110
106
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
111
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
112
107
target_devices : level_zero:gpu
113
- extra_lit_opts : --param matrix-xmx8=True
114
108
use_igc_dev : true
115
109
env : ' {"LIT_FILTER":"Matrix/"}'
116
- - name : E2E tests on Intel Ponte Vecchio GPU
110
+ - name : Intel Ponte Vecchio GPU
117
111
runner : ' ["Linux", "pvc"]'
118
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119
112
target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
120
- - name : Dev IGC on Intel Ponte Vecchio GPU
113
+ - name : Dev IGC / Intel Ponte Vecchio GPU
121
114
runner : ' ["Linux", "pvc"]'
122
115
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
123
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
124
116
target_devices : level_zero:gpu
125
117
use_igc_dev : true
126
118
env : ' {"LIT_FILTER":"Matrix/"}'
127
119
- name : Intel Battlemage Graphics
128
120
runner : ' ["Linux", "bmg"]'
129
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
130
121
target_devices : level_zero_v1:gpu;level_zero_v2:gpu
131
122
- name : Preview Mode
132
123
runner : ' ["Linux", "gen12"]'
133
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
134
124
target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
135
125
extra_lit_opts : --param test-preview-mode=True
136
126
e2e_binaries_artifact : e2e_bin_preview
@@ -140,7 +130,7 @@ jobs:
140
130
name : ${{ matrix.name }}
141
131
runner : ${{ matrix.runner }}
142
132
image : ${{ matrix.image }}
143
- image_options : ${{ matrix.image_options }}
133
+ image_options : ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
144
134
target_devices : ${{ matrix.target_devices }}
145
135
extra_lit_opts : ${{ matrix.extra_lit_opts }}
146
136
repo_ref : ${{ github.sha }}
0 commit comments