File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # This workflow builds SYCL-CTS with -fsycl-use-spirv-backend-for-spirv-gen and
2
- # runs it with opencl:cpu & gen12 and level_zero:gpu & PVC on Sundays.
3
-
4
- name : SYCL-CTS with SPIR-V backend
1
+ name : SYCL Weekly
5
2
6
3
on :
7
4
workflow_dispatch :
8
5
schedule :
6
+ # At 00:00 on Sunday.
9
7
- cron : ' 0 0 * * 0'
10
8
11
9
permissions : read-all
20
18
build_artifact_suffix : default
21
19
build_configure_extra_args : ' '
22
20
21
+ # This job builds SYCL-CTS with -fsycl-use-spirv-backend-for-spirv-gen.
23
22
build-sycl-cts :
24
23
needs : ubuntu2204_build
25
24
if : ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
35
34
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
36
35
sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
37
36
extra_cmake_args : -DDPCPP_FLAGS=-fsycl-use-spirv-backend-for-spirv-gen
37
+ sycl_cts_artifact : sycl_cts_bin
38
38
39
39
run-sycl-cts :
40
40
needs : [ubuntu2204_build, build-sycl-cts]
You can’t perform that action at this time.
0 commit comments