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

Commit 803958e

Browse files
author
Pavel Samolysov
authored
[ESIMD] Temporary disable flaky tests (#853)
The tests sporadically fail on Windows on the level_zero as well as on opencl backend. Signed-off-by: Pavel Samolysov <[email protected]>
1 parent 95fd782 commit 803958e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/ESIMD/matrix_transpose.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu
8+
// FIXME: Investigate Windows-specific failures
9+
// REQUIRES: TEMPORARY_DISABLED
910
// UNSUPPORTED: cuda || hip
1011
// TODO: esimd_emulator fails due to unimplemented __esimd_oword_ld_unaligned
1112
// XFAIL: esimd_emulator

SYCL/ESIMD/matrix_transpose2.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu
8+
// FIXME: Investigate Windows-specific failures
9+
// REQUIRES: TEMPORARY_DISABLED
910
// UNSUPPORTED: cuda || hip
1011
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1112
// XFAIL: esimd_emulator

0 commit comments

Comments
 (0)