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

Commit 976dcaf

Browse files
committed
Disable test failing sporadically
1 parent ac01a88 commit 976dcaf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/private_memory/pm_access_2.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2

SYCL/ESIMD/private_memory/pm_access_3.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3

0 commit comments

Comments
 (0)