Skip to content

Commit a63f07c

Browse files
[SYCL][E2E] Disable a test that causes hangs on Linux GEN12 (#10431)
Follow-up for #10409 that disabled InvokeSimd/Regression//call_vadd_1d_loop_naive.cpp but missed InvokeSimd/Regression/ImplicitSubgroup/call_vadd_1d_loop_naive.cpp. See also #10369.
1 parent 77d648d commit a63f07c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/call_vadd_1d_loop_naive.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// https://github.com/intel/llvm/issues/10369
2+
// UNSUPPORTED: gpu
3+
//
14
// Check that full compilation works:
25
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../call_vadd_1d_loop_naive.cpp -o %t.out
36
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out

0 commit comments

Comments
 (0)