File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 57
57
test_build:
58
58
- *sycl
59
59
- *drivers_and_configs
60
- # Temporary, until plugins are enabled in nightly image.
61
- - sycl/**
62
60
63
61
- name : Set output
64
62
id : result
Original file line number Diff line number Diff line change 11
11
name : Generate Test Matrix
12
12
uses : ./.github/workflows/sycl_gen_test_matrix.yml
13
13
with :
14
- # Restore once plugins are enabled in the build.
15
- # lts_config: "hip_amdgpu;ocl_gen12;ocl_x64;l0_gen12;esimd_emu;cuda_aws;win_l0_gen12"
16
- lts_config : " ocl_gen12;ocl_x64;l0_gen12;win_l0_gen12"
14
+ lts_config : " hip_amdgpu;ocl_gen12;ocl_x64;l0_gen12;esimd_emu;cuda_aws;win_l0_gen12"
17
15
18
16
ubuntu2204_build_test :
19
17
if : github.repository == 'intel/llvm'
@@ -23,11 +21,11 @@ jobs:
23
21
with :
24
22
build_cache_root : " /__w/"
25
23
build_artifact_suffix : default-2204
24
+ build_configure_extra_args : ' --hip --cuda --enable-esimd-emulator'
26
25
merge_ref : ' '
27
26
retention-days : 90
28
27
lts_matrix : ${{ needs.test_matrix.outputs.lts_lx_matrix }}
29
28
lts_aws_matrix : ${{ needs.test_matrix.outputs.lts_aws_matrix }}
30
- build_configure_extra_args : ' '
31
29
32
30
ubuntu2204_opaque_pointers_build_test :
33
31
if : github.repository == 'intel/llvm'
You can’t perform that action at this time.
0 commit comments