File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,22 @@ jobs:
95
95
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
96
96
target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
97
97
reset_gpu : true
98
+ install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
99
+ extra_lit_opts : --param matrix-xmx8=True --param gpu-intel-dg2=True
100
+ env : ' {"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
101
+ - name : E2E tests with dev igc on Intel Arc A-Series Graphics
102
+ runner : ' ["Linux", "arc"]'
103
+ image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
104
+ image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
105
+ target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
106
+ reset_gpu : true
98
107
install_drivers : >-
99
108
${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
100
109
contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
101
110
use_dev_igc : ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
102
111
extra_lit_opts : --param matrix-xmx8=True --param gpu-intel-dg2=True
103
112
env : ' {"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
113
+
104
114
uses : ./.github/workflows/sycl-linux-run-tests.yml
105
115
with :
106
116
name : ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments