Skip to content

Commit 2bdc36e

Browse files
authored
[SYCL][ESIMD] Disable tests using recursion (intel#219)
1 parent 07c9c5c commit 2bdc36e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SYCL/ESIMD/fp_call_recursive.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
10+
// REQUIRES: TEMPORARY_DISBLED
911
// UNSUPPORTED: cuda
1012
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1113
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/noinline_call_recursive.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
10+
// REQUIRES: TEMPORARY_DISBLED
11+
// UNSUPPORTED: cuda
912
// RUN: %clangxx -fsycl %s -o %t.out
1013
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11-
// UNSUPPORTED: cuda
1214
//
1315
// The test checks that ESIMD kernels support recursive call of noinline
1416
// functions.

0 commit comments

Comments
 (0)