6363 runner : ' ["Linux", "gen12"]'
6464 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6565 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
66- reset_intel_gpu : true
6766 extra_lit_opts : --param gpu-intel-gen12=True
6867 - name : NVIDIA/CUDA
6968 runner : ' ["Linux", "cuda"]'
@@ -73,46 +72,39 @@ jobs:
7372 runner : ' ["Linux", "amdgpu"]'
7473 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
7574 target_devices : hip:gpu
76- reset_intel_gpu : false
7775 extra_lit_opts : -j 1
7876 - name : Intel Arc A-Series Graphics
7977 runner : ' ["Linux", "arc"]'
8078 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
8179 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
82- reset_intel_gpu : true
8380 extra_lit_opts : --param matrix-xmx8=True
8481 - name : E2E tests with dev igc on Intel Arc A-Series Graphics
8582 runner : ' ["Linux", "arc"]'
8683 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
8784 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
8885 target_devices : level_zero:gpu;opencl:gpu
89- reset_intel_gpu : true
9086 extra_lit_opts : --param matrix-xmx8=True
9187 use_igc_dev : true
9288 - name : E2E tests on Intel Ponte Vecchio GPU
9389 runner : ' ["Linux", "pvc"]'
9490 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
9591 target_devices : level_zero:gpu;opencl:gpu
96- reset_intel_gpu : true
9792 extra_lit_opts : -j 50
9893 - name : Dev IGC on Intel Ponte Vecchio GPU
9994 runner : ' ["Linux", "pvc"]'
10095 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
10196 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
10297 target_devices : level_zero:gpu;opencl:gpu
103- reset_intel_gpu : true
10498 use_igc_dev : true
10599 extra_lit_opts : -j 50
106100 - name : Intel Battlemage Graphics
107101 runner : ' ["Linux", "bmg"]'
108102 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
109103 target_devices : level_zero:gpu
110- reset_intel_gpu : true
111104 - name : SPIR-V Backend / Intel Battlemage Graphics
112105 runner : ' ["Linux", "bmg"]'
113106 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
114107 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
115- reset_intel_gpu : true
116108 extra_lit_opts : --param spirv-backend=True
117109 e2e_binaries_artifact : sycl_e2e_bin_default_spirv_backend
118110 uses : ./.github/workflows/sycl-linux-run-tests.yml
@@ -123,7 +115,6 @@ jobs:
123115 image_options : ${{ matrix.image_options }}
124116 target_devices : ${{ matrix.target_devices }}
125117 extra_lit_opts : ${{ matrix.extra_lit_opts }}
126- reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
127118 repo_ref : ${{ github.sha }}
128119 sycl_toolchain_artifact : sycl_linux_default
129120 sycl_toolchain_archive : ${{ needs.build.outputs.artifact_archive_name }}
@@ -159,11 +150,9 @@ jobs:
159150 - name : Intel GEN12 Graphics system
160151 runner : ' ["Linux", "gen12"]'
161152 image_extra_opts : --device=/dev/dri
162- reset_intel_gpu : true
163153 - name : Intel Arc A-Series Graphics system
164154 runner : ' ["Linux", "arc"]'
165155 image_extra_opts : --device=/dev/dri
166- reset_intel_gpu : true
167156 - name : AMD system
168157 runner : ' ["Linux", "amdgpu"]'
169158 image_extra_opts : --device=/dev/dri --device=/dev/kfd
@@ -176,7 +165,6 @@ jobs:
176165 runner : ${{ matrix. runner }}
177166 image_options : -u 1001 --privileged --cap-add SYS_ADMIN ${{ matrix.image_extra_opts }}
178167 target_devices : all
179- reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
180168
181169 env : ' {"LIT_FILTER":"PerformanceTests/"}'
182170 extra_lit_opts : -a -j 1 --param enable-perf-tests=True
0 commit comments