diff --git a/SYCL/Reduction/reduction_big_data.cpp b/SYCL/Reduction/reduction_big_data.cpp index 17ebc51a9d..13a4c05eef 100644 --- a/SYCL/Reduction/reduction_big_data.cpp +++ b/SYCL/Reduction/reduction_big_data.cpp @@ -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 diff --git a/SYCL/Reduction/reduction_nd_ext_double.cpp b/SYCL/Reduction/reduction_nd_ext_double.cpp index 0bfa3b61a9..cd58ec9fa6 100644 --- a/SYCL/Reduction/reduction_nd_ext_double.cpp +++ b/SYCL/Reduction/reduction_nd_ext_double.cpp @@ -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 diff --git a/SYCL/Reduction/reduction_nd_ext_half.cpp b/SYCL/Reduction/reduction_nd_ext_half.cpp index 16186e83a9..993074e551 100644 --- a/SYCL/Reduction/reduction_nd_ext_half.cpp +++ b/SYCL/Reduction/reduction_nd_ext_half.cpp @@ -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 diff --git a/SYCL/Reduction/reduction_nd_lambda.cpp b/SYCL/Reduction/reduction_nd_lambda.cpp index 947618009c..46bc2e3aa8 100644 --- a/SYCL/Reduction/reduction_nd_lambda.cpp +++ b/SYCL/Reduction/reduction_nd_lambda.cpp @@ -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) diff --git a/SYCL/Reduction/reduction_placeholder.cpp b/SYCL/Reduction/reduction_placeholder.cpp index 90cf0e08e5..b245a1f356 100644 --- a/SYCL/Reduction/reduction_placeholder.cpp +++ b/SYCL/Reduction/reduction_placeholder.cpp @@ -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 diff --git a/SYCL/Reduction/reduction_range_lambda.cpp b/SYCL/Reduction/reduction_range_lambda.cpp index abd3f305d8..67a8218a70 100644 --- a/SYCL/Reduction/reduction_range_lambda.cpp +++ b/SYCL/Reduction/reduction_range_lambda.cpp @@ -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 diff --git a/SYCL/Reduction/reduction_reducer_op_eq.cpp b/SYCL/Reduction/reduction_reducer_op_eq.cpp index 57b2e681a8..db04c2bcd0 100644 --- a/SYCL/Reduction/reduction_reducer_op_eq.cpp +++ b/SYCL/Reduction/reduction_reducer_op_eq.cpp @@ -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.