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

[SYCL] Disable test failing in CI #146

Merged
merged 1 commit into from
Feb 17, 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_in_select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// RUN: %clangxx-esimd -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
// The test fails on JITing due to use of too many registers
// REQUIRES: TEMPORARY_DISBLED
//
// The test checks that ESIMD kernels correctly handle function pointers as
// arguments of LLVM's select function.
Expand Down
4 changes: 2 additions & 2 deletions SYCL/ESIMD/noinline_call_from_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// Test currently timeouts on Windows Level Zero
// UNSUPPORTED: windows && level_zero
// Test currently timeouts on Windows Level Zero and OpenCL
// UNSUPPORTED: windows
// RUN: %clangxx-esimd -fsycl %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down