Skip to content

Commit 730ac88

Browse files
authored
[SYCL][E2E] Disable two reduction tests sporadically failing (#19681)
If we see more Reduction failures I'll disable the whole directory. Issue: #19680 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 11e7c4d commit 730ac88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Reduction/reduction_big_data.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4+
// UNSUPPORTED: windows && run-mode
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19680
6+
//
47
// This test performs basic checks of parallel_for(nd_range, reduction, func)
58
// where the bigger data size and/or non-uniform work-group sizes may cause
69
// errors.

sycl/test-e2e/Reduction/regression_after_pr_6343.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// UNSUPPORTED: windows && run-mode
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19680
6+
47
#include <sycl/detail/core.hpp>
58

69
#include <sycl/reduction.hpp>

0 commit comments

Comments
 (0)