@@ -86,15 +86,15 @@ jobs:
8686 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
8787 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
8888 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
89- reset_gpu : true
89+ reset_intel_gpu : true
9090 install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
9191 extra_lit_opts : --param gpu-intel-gen12=True
9292 - name : E2E tests on Intel Arc A-Series Graphics
9393 runner : ' ["Linux", "arc"]'
9494 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
9595 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9696 target_devices : level_zero:gpu;opencl:gpu
97- reset_gpu : true
97+ reset_intel_gpu : true
9898 install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
9999 extra_lit_opts : --param matrix-xmx8=True --param gpu-intel-dg2=True
100100 env : ' {"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
@@ -103,7 +103,7 @@ jobs:
103103 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
104104 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
105105 target_devices : level_zero:gpu;opencl:gpu
106- reset_gpu : true
106+ reset_intel_gpu : true
107107 install_drivers : >-
108108 ${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
109109 contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
@@ -118,7 +118,7 @@ jobs:
118118 image : ${{ matrix.image }}
119119 image_options : ${{ matrix.image_options }}
120120 target_devices : ${{ matrix.target_devices }}
121- reset_gpu : ${{ matrix.reset_gpu }}
121+ reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
122122 install_drivers : ${{ matrix.install_drivers }}
123123 use_dev_igc : ${{ matrix.use_dev_igc }}
124124 extra_lit_opts : ${{ matrix.extra_lit_opts }}
@@ -147,12 +147,12 @@ jobs:
147147 runner : ' ["Linux", "gen12"]'
148148 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
149149 image_extra_opts : --device=/dev/dri
150- reset_gpu : true
150+ reset_intel_gpu : true
151151 - name : Intel Arc A-Series Graphics system
152152 runner : ' ["Linux", "arc"]'
153153 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
154154 image_extra_opts : --device=/dev/dri
155- reset_gpu : true
155+ reset_intel_gpu : true
156156 - name : AMD system
157157 runner : ' ["Linux", "amdgpu"]'
158158 image : ghcr.io/intel/llvm/ubuntu2204_build:latest
@@ -169,7 +169,7 @@ jobs:
169169 image : ${{ matrix.image }}
170170 image_options : -u 1001 --privileged --cap-add SYS_ADMIN ${{ matrix.image_extra_opts }}
171171 target_devices : all
172- reset_gpu : ${{ matrix.reset_gpu }}
172+ reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
173173
174174 env : ' {"LIT_FILTER":"PerformanceTests/"}'
175175 extra_lit_opts : -a -j 1 --param enable-perf-tests=True
0 commit comments