File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ jobs:
100
100
target_devices : level_zero:gpu;opencl:gpu
101
101
use_igc_dev : true
102
102
extra_lit_opts : -j 50
103
+ - name : SPIR-V Backend / GEN 12 Integrated
104
+ runner : ' ["Linux", "gen12"]'
105
+ image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
106
+ target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
107
+ reset_intel_gpu : true
108
+ extra_lit_opts : --param spirv_backend=True --param gpu-intel-gen12=True
109
+ e2e_binaries_artifact : sycl_e2e_bin_default_spirv_backend
103
110
uses : ./.github/workflows/sycl-linux-run-tests.yml
104
111
with :
105
112
name : ${{ matrix.name }}
@@ -113,7 +120,7 @@ jobs:
113
120
sycl_toolchain_artifact : sycl_linux_default
114
121
sycl_toolchain_archive : ${{ needs.build.outputs.artifact_archive_name }}
115
122
sycl_toolchain_decompress_command : ${{ needs.build.outputs.artifact_decompress_command }}
116
- e2e_binaries_artifact : sycl_e2e_bin_default
123
+ e2e_binaries_artifact : ${{ matrix.e2e_binaries_artifact || ' sycl_e2e_bin_default' }}
117
124
e2e_testing_mode : ' run-only'
118
125
119
126
# Do not install drivers on AMD and CUDA runners.
You can’t perform that action at this time.
0 commit comments