File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu
9
+ // Recursion is not supported in ESIMD (intel/llvm PR#3390)
10
+ // REQUIRES: TEMPORARY_DISBLED
9
11
// UNSUPPORTED: cuda
10
12
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
11
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu
9
+ // Recursion is not supported in ESIMD (intel/llvm PR#3390)
10
+ // REQUIRES: TEMPORARY_DISBLED
11
+ // UNSUPPORTED: cuda
9
12
// RUN: %clangxx -fsycl %s -o %t.out
10
13
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11
- // UNSUPPORTED: cuda
12
14
//
13
15
// The test checks that ESIMD kernels support recursive call of noinline
14
16
// functions.
You can’t perform that action at this time.
0 commit comments