Skip to content

Commit e711eef

Browse files
bso-intelbb-sycl
authored andcommitted
[SYCL] Enable reduction tests with ZE_DEBUG set (intel#930)
PR intel/llvm#5653 fixed memory leaks when ZE_DEBUG=4 is set Signed-off-by: Byoungro So <[email protected]>
1 parent 7334f71 commit e711eef

7 files changed

+0
-8
lines changed

SYCL/Reduction/reduction_big_data.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// `Group algorithms are not supported on host device` on Nvidia.
99
// XFAIL: hip_nvidia
1010
//
11-
// UNSUPPORTED: ze_debug-1,ze_debug4
1211

1312
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
1413
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and

SYCL/Reduction/reduction_nd_ext_double.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// work group size not bigger than 1` on Nvidia.
99

1010
// XFAIL: hip_nvidia
11-
// UNSUPPORTED: ze_debug-1,ze_debug4
1211

1312
// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
1413
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

SYCL/Reduction/reduction_nd_ext_half.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// message `The implementation handling parallel_for with reduction requires
88
// work group size not bigger than 1` on Nvidia.
99
// XFAIL: hip_amd || hip_nvidia
10-
// UNSUPPORTED: ze_debug-1,ze_debug4
1110

1211
// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
1312
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

SYCL/Reduction/reduction_nd_lambda.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// Inconsistently fails on HIP AMD, error message `Barrier is not supported on
1010
// the host device yet.` on HIP Nvidia.
1111
// UNSUPPORTED: hip_amd || hip_nvidia
12-
// UNSUPPORTED: ze_debug-1,ze_debug4
1312

1413
// This test performs basic checks of parallel_for(nd_range, reduction, lambda)
1514

SYCL/Reduction/reduction_placeholder.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
//
66
// `Group algorithms are not supported on host device.` on Nvidia.
77
// XFAIL: hip_nvidia
8-
//
9-
// UNSUPPORTED: ze_debug-1,ze_debug4
108

119
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
1210
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and

SYCL/Reduction/reduction_range_lambda.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5-
// UNSUPPORTED: ze_debug-1,ze_debug4
65

76
// This test performs basic checks of parallel_for(range, reduction, lambda)
87
// with reductions initialized with 1-dimensional accessor accessing

SYCL/Reduction/reduction_reducer_op_eq.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//
66
// On nvidia a reduction appears to be unexpectedly executed via the host.
77
// XFAIL: hip_nvidia
8-
// UNSUPPORTED: ze_debug-1,ze_debug4
98

109
// This test checks that operators ++, +=, *=, |=, &=, ^= are supported
1110
// whent the corresponding std::plus<>, std::multiplies, etc are defined.

0 commit comments

Comments
 (0)