File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 59
59
60
60
toolchain_artifact : sycl_linux_default
61
61
e2e_binaries_artifact : e2e_bin
62
- e2e_binaries_spirv_backend_artifact : e2e_bin_spirv_backend
63
62
e2e_binaries_preview_artifact : e2e_bin_preview
64
63
65
64
# If a PR changes CUDA adapter, run the build on Ubuntu 22.04 as well.
@@ -128,12 +127,6 @@ jobs:
128
127
runner : ' ["Linux", "bmg"]'
129
128
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
130
129
target_devices : level_zero_v1:gpu;level_zero_v2:gpu
131
- - name : SPIR-V Backend / Intel Battlemage Graphics
132
- runner : ' ["Linux", "bmg"]'
133
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
134
- target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
135
- extra_lit_opts : --param spirv-backend=True
136
- e2e_binaries_artifact : e2e_bin_spirv_backend
137
130
- name : Preview Mode
138
131
runner : ' ["Linux", "gen12"]'
139
132
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
Original file line number Diff line number Diff line change 43
43
build_configure_extra_args : --no-assertions --hip --cuda --native_cpu -DSYCL_ENABLE_STACK_PRINTING=ON -DSYCL_LIB_WITH_DEBUG_SYMBOL=ON
44
44
45
45
toolchain_artifact : sycl_linux_default
46
+ e2e_binaries_spirv_backend_artifact : e2e_bin_spirv_backend
46
47
47
48
e2e-lin :
48
49
needs : [detect_changes, build-lin]
73
74
env : ' {"LIT_FILTER":"PerformanceTests/"}'
74
75
extra_lit_opts : -a -j 1 --param enable-perf-tests=True
75
76
target_devices : all
77
+ - name : SPIR-V Backend / Intel Battlemage Graphics
78
+ runner : ' ["Linux", "bmg"]'
79
+ image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
80
+ target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
81
+ extra_lit_opts : --param spirv-backend=True
82
+ e2e_binaries_artifact : e2e_bin_spirv_backend
83
+ e2e_testing_mode : ' run-only'
76
84
uses : ./.github/workflows/sycl-linux-run-tests.yml
77
85
with :
78
86
name : ${{ matrix.name }}
89
97
toolchain_artifact_filename : ${{ needs.build-lin.outputs.toolchain_artifact_filename }}
90
98
toolchain_decompress_command : ${{ needs.build-lin.outputs.toolchain_decompress_command }}
91
99
100
+ e2e_binaries_artifact : ${{ matrix.e2e_binaries_artifact }}
101
+ e2e_testing_mode : ${{ matrix.testing_mode }}
102
+
92
103
# Do not install drivers on AMD and CUDA runners.
93
104
install_igc_driver : >-
94
105
${{ github.event_name == 'pull_request' }} &&
You can’t perform that action at this time.
0 commit comments