Skip to content

Commit 0c911f8

Browse files
authored
Merge pull request intel#1438 from myler/CMPLRTST-18933-xmain
CMPLRTST-18933: replace SYCL_DEVICE_FILTER to ONEAPI_DEVICE_SELECTOR in test driver
2 parents 75cbde2 + ab87e14 commit 0c911f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ sub run_cmake
10091009
open my $in, "<", $config_file_original || die "Cannot open file lit.cfg.py.ori: $!";
10101010
open my $out, ">", $config_file || die "Cannot open file lit.cfg.py: $!";
10111011
while (<$in>) {
1012-
s/env\s+SYCL_DEVICE_FILTER=(\S+)/env SYCL_DEVICE_FILTER=$1 $extra_env $insert_command /g;
1012+
s/env\s+ONEAPI_DEVICE_SELECTOR=(\S+)/env ONEAPI_DEVICE_SELECTOR=$1 $extra_env $insert_command /g;
10131013
print $out $_;
10141014
}
10151015
close $in;

0 commit comments

Comments
 (0)