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

Commit 878b041

Browse files
authored
Disable Reduction/reduction_usm_dw.cpp until recent failure is investigated (#311)
1 parent c9a62a2 commit 878b041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Reduction/reduction_usm_dw.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5+
// TODO test disabled due to Jenkins testing failure on unrelated commit
6+
// failed on Linux level_zero only
7+
// UNSUPPORTED: linux && level_zero
58

69
// This test performs basic checks of parallel_for(nd_range, reduction, func)
710
// with reductions initialized with USM var. It tests only SYCL-2020 reduction

0 commit comments

Comments
 (0)