@@ -81,25 +81,20 @@ jobs:
8181 image : ghcr.io/intel/llvm/ubuntu2204_build:latest
8282 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
8383 target_devices : ext_oneapi_cuda:gpu
84- - name : AMD/HIP
85- runner : ' ["Linux", "amdgpu"]'
86- image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
87- image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
88- target_devices : ext_oneapi_hip:gpu
8984 - name : Intel
9085 runner : ' ["Linux", "gen12"]'
9186 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
9287 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9388 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
94- reset_gpu : true
89+ reset_intel_gpu : true
9590 install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
9691 extra_lit_opts : --param gpu-intel-gen12=True
9792 - name : E2E tests on Intel Arc A-Series Graphics
9893 runner : ' ["Linux", "arc"]'
9994 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
10095 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
10196 target_devices : level_zero:gpu;opencl:gpu
102- reset_gpu : true
97+ reset_intel_gpu : true
10398 install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
10499 extra_lit_opts : --param matrix-xmx8=True --param gpu-intel-dg2=True
105100 env : ' {"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
@@ -108,7 +103,7 @@ jobs:
108103 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
109104 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
110105 target_devices : level_zero:gpu;opencl:gpu
111- reset_gpu : true
106+ reset_intel_gpu : true
112107 install_drivers : >-
113108 ${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
114109 contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
@@ -123,7 +118,7 @@ jobs:
123118 image : ${{ matrix.image }}
124119 image_options : ${{ matrix.image_options }}
125120 target_devices : ${{ matrix.target_devices }}
126- reset_gpu : ${{ matrix.reset_gpu }}
121+ reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
127122 install_drivers : ${{ matrix.install_drivers }}
128123 use_dev_igc : ${{ matrix.use_dev_igc }}
129124 extra_lit_opts : ${{ matrix.extra_lit_opts }}
@@ -152,12 +147,12 @@ jobs:
152147 runner : ' ["Linux", "gen12"]'
153148 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
154149 image_extra_opts : --device=/dev/dri
155- reset_gpu : true
150+ reset_intel_gpu : true
156151 - name : Intel Arc A-Series Graphics system
157152 runner : ' ["Linux", "arc"]'
158153 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
159154 image_extra_opts : --device=/dev/dri
160- reset_gpu : true
155+ reset_intel_gpu : true
161156 - name : AMD system
162157 runner : ' ["Linux", "amdgpu"]'
163158 image : ghcr.io/intel/llvm/ubuntu2204_build:latest
@@ -174,7 +169,7 @@ jobs:
174169 image : ${{ matrix.image }}
175170 image_options : -u 1001 --privileged --cap-add SYS_ADMIN ${{ matrix.image_extra_opts }}
176171 target_devices : all
177- reset_gpu : ${{ matrix.reset_gpu }}
172+ reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
178173
179174 env : ' {"LIT_FILTER":"PerformanceTests/"}'
180175 extra_lit_opts : -a -j 1 --param enable-perf-tests=True
0 commit comments