Skip to content

Commit

Permalink
[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)
Browse files Browse the repository at this point in the history
That is needed so that we could use the resulting image to test PRs that
only touch SYCL End-to-End tests
  • Loading branch information
aelovikov-intel committed Jun 13, 2023
1 parent 53c8089 commit 6b74243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
build_cache_root: "/__w/"
build_artifact_suffix: default-2204
build_configure_extra_args: ''
build_configure_extra_args: '--hip --cuda --enable-esimd-emulator'

ubuntu2204_opaque_pointers_build_test:
if: github.repository == 'intel/llvm'
Expand Down

0 comments on commit 6b74243

Please sign in to comment.