Skip to content

Commit 6b74243

Browse files
[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)
That is needed so that we could use the resulting image to test PRs that only touch SYCL End-to-End tests
1 parent 53c8089 commit 6b74243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
build_cache_root: "/__w/"
2626
build_artifact_suffix: default-2204
27-
build_configure_extra_args: ''
27+
build_configure_extra_args: '--hip --cuda --enable-esimd-emulator'
2828

2929
ubuntu2204_opaque_pointers_build_test:
3030
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)