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

[SYCL] Enable reduction tests with ZE_DEBUG set #930

Merged
merged 2 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_big_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// `Group algorithms are not supported on host device` on Nvidia.
// XFAIL: hip_nvidia
//
// UNSUPPORTED: ze_debug-1,ze_debug4

// RUNx: %HOST_RUN_PLACEHOLDER %t.out
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and
Expand Down
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_nd_ext_double.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// work group size not bigger than 1` on Nvidia.

// XFAIL: hip_nvidia
// UNSUPPORTED: ze_debug-1,ze_debug4

// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_nd_ext_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// message `The implementation handling parallel_for with reduction requires
// work group size not bigger than 1` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// UNSUPPORTED: ze_debug-1,ze_debug4

// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_nd_lambda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// Inconsistently fails on HIP AMD, error message `Barrier is not supported on
// the host device yet.` on HIP Nvidia.
// UNSUPPORTED: hip_amd || hip_nvidia
// UNSUPPORTED: ze_debug-1,ze_debug4

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

Expand Down
2 changes: 0 additions & 2 deletions SYCL/Reduction/reduction_placeholder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//
// `Group algorithms are not supported on host device.` on Nvidia.
// XFAIL: hip_nvidia
//
// UNSUPPORTED: ze_debug-1,ze_debug4

// RUNx: %HOST_RUN_PLACEHOLDER %t.out
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and
Expand Down
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_range_lambda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: ze_debug-1,ze_debug4

// This test performs basic checks of parallel_for(range, reduction, lambda)
// with reductions initialized with 1-dimensional accessor accessing
Expand Down
1 change: 0 additions & 1 deletion SYCL/Reduction/reduction_reducer_op_eq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//
// On nvidia a reduction appears to be unexpectedly executed via the host.
// XFAIL: hip_nvidia
// UNSUPPORTED: ze_debug-1,ze_debug4

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