Skip to content

Commit 27e0147

Browse files
authored
Merge pull request intel#1594 from duanhanbing/shliclel751-sandbox-topic
CMPLRTST-18835: Skip esimd_preemption on ATSM
2 parents 7d65c5f + 3be345e commit 27e0147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm_test_suite_sycl.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,10 @@ sub do_run
679679
if (gpu(['dg2'])) {
680680
$gpu_opts .= " -Dgpu-intel-dg2=1 ";
681681
}
682+
#workaround for CMPLRTST-18835
683+
if (gpu(['atsm'])) {
684+
$gpu_opts .= " -Dgpu-intel-dg2=1 ";
685+
}
682686
if (gpu(['pvc'])) {
683687
$gpu_opts .= " -Dgpu-intel-pvc=1 ";
684688
}

0 commit comments

Comments
 (0)