Skip to content

Commit 4baca76

Browse files
authored
Merge pull request intel#137 from yuxianch/CMPLRTST-13735
CMPLRTST-13735: Support matrix tests running with SPR SDE
2 parents 63d32ae + dbaa16f commit 4baca76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm_test_suite_sycl.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ sub do_run
180180
my $is_suite = is_same(\@current_test_list, \@whole_suite_test);
181181
my $python = "python3";
182182
my $timeset = "";
183+
# Set matrix to 1 if it's running on ATS or using SPR SDE
183184
my $matrix = "";
184185
my $jobset = "-j 8";
185186

@@ -195,6 +196,10 @@ sub do_run
195196
}
196197
}
197198

199+
if ($current_optset =~ m/_spr$/) {
200+
$matrix = "-Dmatrix=1";
201+
}
202+
198203
if ($current_suite eq 'llvm_test_suite_sycl_valgrind'){
199204
$timeset = "--timeout 0";
200205
}

0 commit comments

Comments
 (0)