Skip to content

Commit 9f74dd5

Browse files
[CI] Enable HIP/CUDA/ESIMD plugins in nightly build, 2nd attempt (#10477)
This effectively reverts commit 5c10c73.
1 parent 7f5b218 commit 9f74dd5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/sycl_detect_changes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
test_build:
5858
- *sycl
5959
- *drivers_and_configs
60-
# Temporary, until plugins are enabled in nightly image.
61-
- sycl/**
6260
6361
- name: Set output
6462
id: result

.github/workflows/sycl_nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
name: Generate Test Matrix
1212
uses: ./.github/workflows/sycl_gen_test_matrix.yml
1313
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"
1715

1816
ubuntu2204_build_test:
1917
if: github.repository == 'intel/llvm'
@@ -23,11 +21,11 @@ jobs:
2321
with:
2422
build_cache_root: "/__w/"
2523
build_artifact_suffix: default-2204
24+
build_configure_extra_args: '--hip --cuda --enable-esimd-emulator'
2625
merge_ref: ''
2726
retention-days: 90
2827
lts_matrix: ${{ needs.test_matrix.outputs.lts_lx_matrix }}
2928
lts_aws_matrix: ${{ needs.test_matrix.outputs.lts_aws_matrix }}
30-
build_configure_extra_args: ''
3129

3230
ubuntu2204_opaque_pointers_build_test:
3331
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)