@@ -107,7 +107,7 @@ jobs:
107107 fail-fast : false
108108 matrix :
109109 include :
110- - name : GEN 12 Integrated
110+ - name : Intel / GEN 12 Integrated
111111 runner : ' ["Linux", "gen12"]'
112112 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
113113 - name : NVIDIA/CUDA
@@ -119,7 +119,7 @@ jobs:
119119 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
120120 target_devices : hip:gpu
121121 extra_lit_opts : -j 1
122- - name : Intel Arc A-Series Graphics
122+ - name : Intel / Arc A-Series Graphics
123123 runner : ' ["Linux", "arc"]'
124124 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
125125 - name : Dev IGC / Intel Arc A-Series Graphics
@@ -128,7 +128,7 @@ jobs:
128128 target_devices : level_zero:gpu
129129 use_igc_dev : true
130130 env : ' {"LIT_FILTER":"Matrix/"}'
131- - name : Intel Ponte Vecchio GPU
131+ - name : Intel / Intel Ponte Vecchio GPU
132132 runner : ' ["Linux", "pvc"]'
133133 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
134134 - name : Dev IGC / Intel Ponte Vecchio GPU
@@ -137,21 +137,21 @@ jobs:
137137 target_devices : level_zero:gpu
138138 use_igc_dev : true
139139 env : ' {"LIT_FILTER":"Matrix/"}'
140- - name : Intel Battlemage Graphics
140+ - name : Intel / Battlemage Graphics
141141 runner : ' ["Linux", "bmg"]'
142142 target_devices : level_zero_v1:gpu;level_zero_v2:gpu
143143 - name : Preview Mode
144144 runner : ' ["Linux", "gen12"]'
145145 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
146146 extra_lit_opts : --param test-preview-mode=True
147147 e2e_binaries_artifact : e2e_bin_preview
148- - name : ABI compatibility against sycl-rel-6_2
148+ - name : ABI compatibility / sycl-rel-6_2
149149 runner : ' ["Linux", "pvc"]'
150150 image : ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_2
151151 target_devices : level_zero:gpu
152152 extra_lit_opts : ' --param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_2 }}"'
153153 e2e_binaries_artifact : ' in-container'
154- - name : ABI compatibility against sycl-rel-6_3
154+ - name : ABI compatibility / sycl-rel-6_3
155155 runner : ' ["Linux", "pvc"]'
156156 image : ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_3
157157 target_devices : level_zero:gpu
0 commit comments