20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
with :
23
- ref : sycl-rel-6_0_0
23
+ ref : sycl-rel-6_1_0
24
24
- run : git show --quiet | tee -a $GITHUB_STEP_SUMMARY
25
25
26
26
- id : is_new_commit
40
40
build_artifact_suffix : default
41
41
build_configure_extra_args : ' --hip --cuda'
42
42
build_image : ghcr.io/intel/llvm/ubuntu2204_build:latest
43
- build_ref : sycl-rel-6_0_0
43
+ build_ref : sycl-rel-6_1_0
44
44
45
45
# We upload the build for people to download/use, override its name and
46
46
# prefer widespread gzip compression.
89
89
tests_selector : ${{ matrix.tests_selector }}
90
90
extra_lit_opts : ${{ matrix.extra_lit_opts }}
91
91
reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
92
- repo_ref : sycl-rel-6_0_0
92
+ repo_ref : sycl-rel-6_1_0
93
93
devops_ref : sycl
94
94
sycl_toolchain_artifact : sycl_linux_default
95
95
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -100,7 +100,7 @@ jobs:
100
100
if : ${{ github.repository == 'intel/llvm' && needs.check_for_new_commits.outputs.is_new_commit != 'false' }}
101
101
uses : ./.github/workflows/sycl-windows-build.yml
102
102
with :
103
- ref : sycl-rel-6_0_0
103
+ ref : sycl-rel-6_1_0
104
104
105
105
# We upload both Linux/Windows build via Github's "Releases"
106
106
# functionality, make sure Linux/Windows names follow the same pattern.
@@ -119,7 +119,7 @@ jobs:
119
119
runner : ' ["Windows","gen12"]'
120
120
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
121
121
extra_lit_opts : --param gpu-intel-gen12=True
122
- repo_ref : sycl-rel-6_0_0
122
+ repo_ref : sycl-rel-6_1_0
123
123
devops_ref : sycl
124
124
125
125
cuda-aws-start :
@@ -129,7 +129,7 @@ jobs:
129
129
secrets : inherit
130
130
with :
131
131
mode : start
132
- ref : sycl-rel-6_0_0
132
+ ref : sycl-rel-6_1_0
133
133
134
134
cuda-run-tests :
135
135
needs : [ubuntu2204_build, cuda-aws-start]
@@ -141,7 +141,7 @@ jobs:
141
141
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
142
142
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
143
143
target_devices : cuda:gpu
144
- repo_ref : sycl-rel-6_0_0
144
+ repo_ref : sycl-rel-6_1_0
145
145
devops_ref : sycl
146
146
147
147
sycl_toolchain_artifact : sycl_linux_default
@@ -155,7 +155,7 @@ jobs:
155
155
secrets : inherit
156
156
with :
157
157
mode : stop
158
- ref : sycl-rel-6_0_0
158
+ ref : sycl-rel-6_1_0
159
159
160
160
build-sycl-cts :
161
161
needs : ubuntu2204_build
@@ -167,11 +167,13 @@ jobs:
167
167
cts_testing_mode : ' build-only'
168
168
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
169
169
tests_selector : cts
170
- repo_ref : sycl-rel-6_0_0
170
+ repo_ref : sycl-rel-6_1_0
171
171
devops_ref : sycl
172
+ tests_ref : ead7474b9cb2189ce48025550912ccad5a72bd30
172
173
sycl_toolchain_artifact : sycl_linux_default
173
174
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
174
175
sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
176
+ sycl_cts_artifact : sycl_cts_bin_linux
175
177
176
178
run-sycl-cts :
177
179
needs : [ubuntu2204_build, build-sycl-cts]
@@ -202,4 +204,4 @@ jobs:
202
204
sycl_toolchain_artifact : sycl_linux_default
203
205
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
204
206
sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
205
- sycl_cts_artifact : sycl_cts_bin
207
+ sycl_cts_artifact : sycl_cts_bin_linux
0 commit comments