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 10
10
- ' .github/workflows/sycl_nightly.yml'
11
11
12
12
jobs :
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
+
13
19
ubuntu2004_build_test :
14
20
if : github.repository == 'intel/llvm'
15
21
uses : ./.github/workflows/sycl_linux_build_and_test.yml
22
+ needs : resolve_matrix
16
23
with :
17
24
build_cache_root : " /__w/"
18
25
build_artifact_suffix : default
19
26
build_configure_extra_args : ' '
20
- lts_config : " ocl_gen9;ocl_x64"
21
27
22
28
ubuntu2004_opaque_pointers_build_test :
23
29
if : github.repository == 'intel/llvm'
24
30
uses : ./.github/workflows/sycl_linux_build_and_test.yml
31
+ needs : resolve_matrix
25
32
with :
26
33
build_cache_root : " /__w/"
27
34
build_cache_suffix : opaque_pointers
28
35
build_artifact_suffix : opaque_pointers
29
36
build_configure_extra_args : " --hip --cuda --enable-esimd-emulator --cmake-opt=-DDPCPP_ENABLE_OPAQUE_POINTERS=TRUE"
30
- lts_config : " ocl_gen9;ocl_x64"
31
37
32
38
windows_default :
33
39
name : Windows
You can’t perform that action at this time.
0 commit comments