81
81
fail-fast : false
82
82
matrix :
83
83
include :
84
- - name : GEN 12 Integrated
85
- runner : ' ["Linux", "gen12"]'
86
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
87
- target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
88
- extra_lit_opts : --param gpu-intel-gen12=True
89
- - name : NVIDIA/CUDA
90
- runner : ' ["Linux", "cuda"]'
91
- image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
92
- target_devices : cuda:gpu
93
- - name : AMD/HIP
94
- runner : ' ["Linux", "amdgpu"]'
95
- image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
96
- target_devices : hip:gpu
97
- extra_lit_opts : -j 1
98
84
- name : Intel Arc A-Series Graphics
99
85
runner : ' ["Linux", "arc"]'
100
86
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
@@ -107,18 +93,6 @@ jobs:
107
93
target_devices : level_zero:gpu;opencl:gpu
108
94
extra_lit_opts : --param matrix-xmx8=True
109
95
use_igc_dev : true
110
- - name : E2E tests on Intel Ponte Vecchio GPU
111
- runner : ' ["Linux", "pvc"]'
112
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
113
- target_devices : level_zero:gpu;opencl:gpu
114
- extra_lit_opts : -j 50
115
- - name : Dev IGC on Intel Ponte Vecchio GPU
116
- runner : ' ["Linux", "pvc"]'
117
- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
118
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119
- target_devices : level_zero:gpu;opencl:gpu
120
- use_igc_dev : true
121
- extra_lit_opts : -j 50
122
96
- name : Intel Battlemage Graphics
123
97
runner : ' ["Linux", "bmg"]'
124
98
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
0 commit comments