Skip to content

Commit f7f3072

Browse files
authored
Merge pull request intel#748 from jiezzhang/add_pvc
Add '-Dgpu-intel-dg1' for pvc
2 parents 256da4c + 1ecb050 commit f7f3072

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
@@ -552,7 +552,7 @@ sub do_run
552552
$timeset = "--timeout 0";
553553
}
554554

555-
if (gpu(['dg1', 'dg2', 'ats-m'])) {
555+
if (gpu(['dg1', 'dg2', 'ats', 'pvc'])) {
556556
$gpu_opts .= "-Dgpu-intel-dg1=1";
557557
}
558558

0 commit comments

Comments
 (0)