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

Commit c791afa

Browse files
authored
[SYCL] Disable test failing in CI (#146)
1 parent 8b83ab3 commit c791afa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/ESIMD/fp_in_select.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// RUN: %clangxx-esimd -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1515
// UNSUPPORTED: cuda
16+
// The test fails on JITing due to use of too many registers
17+
// REQUIRES: TEMPORARY_DISBLED
1618
//
1719
// The test checks that ESIMD kernels correctly handle function pointers as
1820
// arguments of LLVM's select function.

SYCL/ESIMD/noinline_call_from_func.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// Test currently timeouts on Windows Level Zero
10-
// UNSUPPORTED: windows && level_zero
9+
// Test currently timeouts on Windows Level Zero and OpenCL
10+
// UNSUPPORTED: windows
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1313
// UNSUPPORTED: cuda

0 commit comments

Comments
 (0)