@@ -156,32 +156,38 @@ jobs:
156156 fail-fast : false
157157 matrix :
158158 include :
159- - name : Intel / GEN 12 Integrated
160- runner : ' ["Linux", "gen12"]'
161- target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
162- - name : NVIDIA/CUDA
159+ # - name: Intel / GEN 12 Integrated
160+ # runner: '["Linux", "gen12"]'
161+ # target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
162+ - name : NVIDIA/CUDA 13.1
163163 runner : ' ["Linux", "cuda"]'
164+ image : " ghcr.io/intel/llvm/ubuntu2404_build:latest"
164165 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
165166 target_devices : cuda:gpu
166- - name : Intel / Arc A-Series Graphics
167- runner : ' ["Linux", "arc"]'
168- target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
169- env : ' {"LIT_FILTER":"Matrix/"}'
170- - name : Intel / Ponte Vecchio GPU
171- runner : ' ["Linux", "pvc"]'
172- target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
173- - name : Intel / Battlemage Graphics
174- runner : ' ["Linux", "bmg"]'
175- target_devices : level_zero_v1:gpu;level_zero_v2:gpu
176- - name : Preview Mode
177- runner : ' ["Linux", "gen12"]'
178- target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
179- extra_lit_opts : --param test-preview-mode=True
180- binaries_artifact : e2e_bin_preview
181- - name : Intel / ARL with L0 v2
182- runner : ' ["Linux", "arl"]'
183- target_devices : level_zero_v2:arch-intel_gpu_mtl_u
184- extra_lit_opts : --param test-preview-mode=True
167+ - name : NVIDIA/CUDA 12.6.3
168+ runner : ' ["Linux", "cuda"]'
169+ image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
170+ image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
171+ target_devices : cuda:gpu
172+ # - name: Intel / Arc A-Series Graphics
173+ # runner: '["Linux", "arc"]'
174+ # target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
175+ # env: '{"LIT_FILTER":"Matrix/"}'
176+ # - name: Intel / Ponte Vecchio GPU
177+ # runner: '["Linux", "pvc"]'
178+ # target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
179+ # - name: Intel / Battlemage Graphics
180+ # runner: '["Linux", "bmg"]'
181+ # target_devices: level_zero_v1:gpu;level_zero_v2:gpu
182+ # - name: Preview Mode
183+ # runner: '["Linux", "gen12"]'
184+ # target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
185+ # extra_lit_opts: --param test-preview-mode=True
186+ # binaries_artifact: e2e_bin_preview
187+ # - name: Intel / ARL with L0 v2
188+ # runner: '["Linux", "arl"]'
189+ # target_devices: level_zero_v2:arch-intel_gpu_mtl_u
190+ # extra_lit_opts: --param test-preview-mode=True
185191
186192 # We're in an ABI-breaking window, so these don't make sense for now.
187193 - name : ABI compatibility / sycl-rel-6_2
@@ -282,14 +288,19 @@ jobs:
282288 fail-fast : false
283289 matrix :
284290 include :
285- - name : Intel GEN12 Graphics system
286- runner : ' ["Linux", "gen12"]'
287- image_extra_opts : --device=/dev/dri
288- - name : Intel Arc A-Series Graphics system
289- runner : ' ["Linux", "arc"]'
290- image_extra_opts : --device=/dev/dri
291- - name : CUDA system
291+ # - name: Intel GEN12 Graphics system
292+ # runner: '["Linux", "gen12"]'
293+ # image_extra_opts: --device=/dev/dri
294+ # - name: Intel Arc A-Series Graphics system
295+ # runner: '["Linux", "arc"]'
296+ # image_extra_opts: --device=/dev/dri
297+ - name : CUDA system with CUDA 13.1
298+ runner : ' ["Linux", "cuda"]'
299+ image : " ghcr.io/intel/llvm/ubuntu2404_build:latest"
300+ image_extra_opts : --gpus all
301+ - name : NVIDIA/CUDA 12.6.3
292302 runner : ' ["Linux", "cuda"]'
303+ image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
293304 image_extra_opts : --gpus all
294305 uses : ./.github/workflows/sycl-linux-run-tests.yml
295306 with :
0 commit comments