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
52
63on :
74 workflow_dispatch :
85 schedule :
6+ # At 00:00 on Sunday.
97 - cron : ' 0 0 * * 0'
108
119permissions : read-all
2018 build_artifact_suffix : default
2119 build_configure_extra_args : ' '
2220
21+ # This job builds SYCL-CTS with -fsycl-use-spirv-backend-for-spirv-gen.
2322 build-sycl-cts :
2423 needs : ubuntu2204_build
2524 if : ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
3534 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
3635 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
3736 extra_cmake_args : -DDPCPP_FLAGS=-fsycl-use-spirv-backend-for-spirv-gen
37+ sycl_cts_artifact : sycl_cts_bin
3838
3939 run-sycl-cts :
4040 needs : [ubuntu2204_build, build-sycl-cts]
You can’t perform that action at this time.
0 commit comments