Skip to content

Commit 3330ea4

Browse files
committed
correct some gen device name
1 parent dd78edc commit 3330ea4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -632,17 +632,11 @@ sub do_run
632632
$gpu_opts .= " -Dgpu-intel-gen12=1 ";
633633
}
634634
# DEVICE
635-
if (gpu(['ats'])) {
636-
$gpu_opts .= " -Dgpu-intel-ats=1 ";
637-
}
638-
if (gpu(['atsm'])) {
639-
$gpu_opts .= " -Dgpu-intel-ats-m=1 ";
640-
}
641635
if (gpu(['dg1'])) {
642636
$gpu_opts .= " -Dgpu-intel-dg1=1 ";
643637
}
644638
if (gpu(['dg2'])) {
645-
$gpu_opts .= " -Dgpu-intel-acm=1 ";
639+
$gpu_opts .= " -Dgpu-intel-dg2=1 ";
646640
}
647641
if (gpu(['pvc'])) {
648642
$gpu_opts .= " -Dgpu-intel-pvc=1 ";

0 commit comments

Comments
 (0)