Skip to content

Commit e371f13

Browse files
[SYCL] Disable two more failing tests (intel#282)
ESIMD private_memory tests sporadically fail with the following error: "LLVM ERROR: Cannot find pointer replacement", because of regression in VC backend.
1 parent 4c8a8d4 commit e371f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

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

SYCL/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

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

0 commit comments

Comments
 (0)