We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd78edc commit 3330ea4Copy full SHA for 3330ea4
llvm_test_suite_sycl.pl
@@ -632,17 +632,11 @@ sub do_run
632
$gpu_opts .= " -Dgpu-intel-gen12=1 ";
633
}
634
# 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
641
if (gpu(['dg1'])) {
642
$gpu_opts .= " -Dgpu-intel-dg1=1 ";
643
644
if (gpu(['dg2'])) {
645
- $gpu_opts .= " -Dgpu-intel-acm=1 ";
+ $gpu_opts .= " -Dgpu-intel-dg2=1 ";
646
647
if (gpu(['pvc'])) {
648
$gpu_opts .= " -Dgpu-intel-pvc=1 ";
0 commit comments