Skip to content

Commit 4953e53

Browse files
authored
[SYCL][ESIMD][E2E] Disable failing prefix sum tests (#17098)
They're sporadically failing. #17075 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent d5bcb59 commit 4953e53

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out 20
10+
// UNSUPPORTED: gpu-intel-dg2
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17075
1012

1113
#include "esimd_test_utils.hpp"
1214

sycl/test-e2e/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
1010

11+
// UNSUPPORTED: arch-intel_gpu_bmg_g21
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17075
13+
1114
#include "esimd_test_utils.hpp"
1215

1316
#define MAX_TS_WIDTH 1024

0 commit comments

Comments
 (0)