Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL][ESIMD] Disable tests using recursion #219

Merged
merged 2 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SYCL/ESIMD/fp_call_recursive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
// REQUIRES: TEMPORARY_DISBLED
// UNSUPPORTED: cuda
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
4 changes: 3 additions & 1 deletion SYCL/ESIMD/noinline_call_recursive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
// REQUIRES: TEMPORARY_DISBLED
// UNSUPPORTED: cuda
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
//
// The test checks that ESIMD kernels support recursive call of noinline
// functions.
Expand Down