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

Commit 8340e5c

Browse files
authored
[SYCL][ESIMD] Disable two failing tests (#638)
1 parent 461e2b5 commit 8340e5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/ESIMD/aot_mixed.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+
// This test passes with 21.49.21786 driver, and fails with older versions.
9+
// REQUIRES: gpu, TEMPORARILY_DISABLED
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out

SYCL/ESIMD/regression/dgetrf.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: gpu
9+
// This test is failing with driver version 21.49.21786
10+
// REQUIRES: gpu, TEMPORARILY_DISABLED
1011
// UNSUPPORTED: cuda || hip
1112
// RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out
1213
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out

0 commit comments

Comments
 (0)