Skip to content

Commit ede4924

Browse files
authored
Merge pull request intel#1449 from myler/fix_python3_xmain
use default python3 instead of '/usr/bin/python3' for atsm testing
2 parents 0c911f8 + 1964635 commit ede4924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ sub do_run
637637

638638
# GPU codename
639639
if ( is_ats() ) {
640-
$python = "/usr/bin/python3";
641640
$matrix = "-Dmatrix-xmx8=1";
642641
$timeset = "--timeout 600";
643642
$jobset = "-j 1";

0 commit comments

Comments
 (0)