File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1010 - ' .github/workflows/sycl_nightly.yml'
1111
1212jobs :
13+ resolve_matrix :
14+ name : Resolve Test Matrix
15+ uses : ./.github/workflows/sycl_resolve_test_matrix.yml
16+ with :
17+ lts_config : " ocl_gen9;ocl_x64"
18+
1319 ubuntu2004_build_test :
1420 if : github.repository == 'intel/llvm'
1521 uses : ./.github/workflows/sycl_linux_build_and_test.yml
22+ needs : resolve_matrix
1623 with :
1724 build_cache_root : " /__w/"
1825 build_artifact_suffix : default
1926 build_configure_extra_args : ' '
20- lts_config : " ocl_gen9;ocl_x64"
2127
2228 ubuntu2004_opaque_pointers_build_test :
2329 if : github.repository == 'intel/llvm'
2430 uses : ./.github/workflows/sycl_linux_build_and_test.yml
31+ needs : resolve_matrix
2532 with :
2633 build_cache_root : " /__w/"
2734 build_cache_suffix : opaque_pointers
2835 build_artifact_suffix : opaque_pointers
2936 build_configure_extra_args : " --hip --cuda --enable-esimd-emulator --cmake-opt=-DDPCPP_ENABLE_OPAQUE_POINTERS=TRUE"
30- lts_config : " ocl_gen9;ocl_x64"
3137
3238 windows_default :
3339 name : Windows
You can’t perform that action at this time.
0 commit comments