|
89 | 89 | reset_intel_gpu: true
|
90 | 90 | install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
|
91 | 91 | extra_lit_opts: --param gpu-intel-gen12=True
|
92 |
| - - name: E2E tests on Intel Ponte Vecchio GPU |
93 |
| - runner: '["Linux", "pvc"]' |
94 |
| - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest |
95 |
| - image_options: -u 1001 --group-add 109 --device=/dev/dri --privileged --cap-add SYS_ADMIN |
96 |
| - target_devices: ext_oneapi_level_zero:gpu;opencl:gpu |
97 |
| - install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }} |
98 |
| - extra_lit_opts: --param gpu-intel-pvc=True |
99 |
| - - name: E2E tests with dev igc on Intel Ponte Vecchio GPU |
100 |
| - runner: '["Linux", "pvc"]' |
101 |
| - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }} |
102 |
| - image_options: -u 1001 --group-add 109 --device=/dev/dri --privileged --cap-add SYS_ADMIN |
103 |
| - target_devices: ext_oneapi_level_zero:gpu;opencl:gpu |
104 |
| - install_drivers: >- |
105 |
| - ${{ contains(needs.detect_changes.outputs.filters, 'drivers') || |
106 |
| - contains(needs.detect_changes.outputs.filters, 'devigccfg') }} |
107 |
| - use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }} |
108 |
| - extra_lit_opts: --param gpu-intel-pvc=True |
109 | 92 | - name: E2E tests on Intel Arc A-Series Graphics
|
110 | 93 | runner: '["Linux", "arc"]'
|
111 | 94 | image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
|
|
0 commit comments