File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 name : Generate Test Matrix
1212 uses : ./.github/workflows/sycl_gen_test_matrix.yml
1313 with :
14- lts_config : " hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
14+ # Restore once plugins are enabled in the build.
15+ # lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
16+ lts_config : " ocl_gen9;ocl_x64;l0_gen9;win_l0_gen12"
1517
1618 ubuntu2204_build_test :
1719 if : github.repository == 'intel/llvm'
@@ -21,11 +23,11 @@ jobs:
2123 with :
2224 build_cache_root : " /__w/"
2325 build_artifact_suffix : default-2204
24- build_configure_extra_args : ' --hip --cuda --enable-esimd-emulator'
2526 merge : false
2627 retention-days : 90
2728 lts_matrix : ${{ needs.test_matrix.outputs.lts_lx_matrix }}
2829 lts_aws_matrix : ${{ needs.test_matrix.outputs.lts_aws_matrix }}
30+ build_configure_extra_args : ' '
2931
3032 ubuntu2204_opaque_pointers_build_test :
3133 if : github.repository == 'intel/llvm'
You can’t perform that action at this time.
0 commit comments