diff --git a/SYCL/Reduction/reduction_nd_s0_dw.cpp b/SYCL/Reduction/reduction_nd_s0_dw.cpp index 5b0cbb7915..e9417547f7 100644 --- a/SYCL/Reduction/reduction_nd_s0_dw.cpp +++ b/SYCL/Reduction/reduction_nd_s0_dw.cpp @@ -6,9 +6,6 @@ // `Group algorithms are not supported on host device.` on HIP Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(nd_range, reduction, func) // with reductions initialized with 0-dimensional discard_write accessor. diff --git a/SYCL/Reduction/reduction_nd_s0_rw.cpp b/SYCL/Reduction/reduction_nd_s0_rw.cpp index 09df5df1e1..0be142fa4a 100644 --- a/SYCL/Reduction/reduction_nd_s0_rw.cpp +++ b/SYCL/Reduction/reduction_nd_s0_rw.cpp @@ -6,9 +6,6 @@ // `Group algorithms are not supported on host device.` on Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(nd_range, reduction, func) // with reductions initialized with 0-dimensional read_write accessor. diff --git a/SYCL/Reduction/reduction_nd_s1_dw.cpp b/SYCL/Reduction/reduction_nd_s1_dw.cpp index 535bf17ca6..29cb33a04c 100644 --- a/SYCL/Reduction/reduction_nd_s1_dw.cpp +++ b/SYCL/Reduction/reduction_nd_s1_dw.cpp @@ -7,9 +7,6 @@ // `Group algorithms are not supported on host device.` on Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(nd_range, reduction, func) // with reductions initialized with 1-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_nd_s1_rw.cpp b/SYCL/Reduction/reduction_nd_s1_rw.cpp index 36093a45fd..bbc13babfa 100644 --- a/SYCL/Reduction/reduction_nd_s1_rw.cpp +++ b/SYCL/Reduction/reduction_nd_s1_rw.cpp @@ -6,9 +6,6 @@ // `Group algorithms are not supported on host device.` on Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(nd_range, reduction, func) // with reductions initialized with 1-dimensional read_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_1d_s0_dw.cpp b/SYCL/Reduction/reduction_range_1d_s0_dw.cpp index 8b131e4512..e8675bd7af 100644 --- a/SYCL/Reduction/reduction_range_1d_s0_dw.cpp +++ b/SYCL/Reduction/reduction_range_1d_s0_dw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<1>, reduction, func) // with reductions initialized with 0-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_1d_s0_rw.cpp b/SYCL/Reduction/reduction_range_1d_s0_rw.cpp index 6a937249be..e46807adf1 100644 --- a/SYCL/Reduction/reduction_range_1d_s0_rw.cpp +++ b/SYCL/Reduction/reduction_range_1d_s0_rw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<1>, reduction, func) // with reductions initialized with 0-dimensional read_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_1d_s1_dw.cpp b/SYCL/Reduction/reduction_range_1d_s1_dw.cpp index 644bfb5ac8..614510a471 100644 --- a/SYCL/Reduction/reduction_range_1d_s1_dw.cpp +++ b/SYCL/Reduction/reduction_range_1d_s1_dw.cpp @@ -3,9 +3,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - #include "reduction_range_scalar.hpp" // This test performs basic checks of parallel_for(range<1>, reduction, func) diff --git a/SYCL/Reduction/reduction_range_1d_s1_rw.cpp b/SYCL/Reduction/reduction_range_1d_s1_rw.cpp index af1a68c389..b4aa0cf7ad 100644 --- a/SYCL/Reduction/reduction_range_1d_s1_rw.cpp +++ b/SYCL/Reduction/reduction_range_1d_s1_rw.cpp @@ -3,9 +3,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<1>, reduction, func) // with reductions initialized with 1-dimensional read_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_2d_s1_dw.cpp b/SYCL/Reduction/reduction_range_2d_s1_dw.cpp index bdbcac6961..92edd07962 100644 --- a/SYCL/Reduction/reduction_range_2d_s1_dw.cpp +++ b/SYCL/Reduction/reduction_range_2d_s1_dw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<2>, reduction, func) // with reductions initialized with 1-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_2d_s1_rw.cpp b/SYCL/Reduction/reduction_range_2d_s1_rw.cpp index 94cbd90b07..77a6322d73 100644 --- a/SYCL/Reduction/reduction_range_2d_s1_rw.cpp +++ b/SYCL/Reduction/reduction_range_2d_s1_rw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<2>, reduction, func) // with reductions initialized with 1-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_3d_s1_dw.cpp b/SYCL/Reduction/reduction_range_3d_s1_dw.cpp index e52fe85658..8e69c2dc8d 100644 --- a/SYCL/Reduction/reduction_range_3d_s1_dw.cpp +++ b/SYCL/Reduction/reduction_range_3d_s1_dw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<3>, reduction, func) // with reductions initialized with 1-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_3d_s1_rw.cpp b/SYCL/Reduction/reduction_range_3d_s1_rw.cpp index aae6738f45..295d964077 100644 --- a/SYCL/Reduction/reduction_range_3d_s1_rw.cpp +++ b/SYCL/Reduction/reduction_range_3d_s1_rw.cpp @@ -6,9 +6,6 @@ // implementation. Enable testing when implementation is fixed. // RUNx: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(range<3>, reduction, func) // with reductions initialized with 1-dimensional discard_write accessor // accessing 1 element buffer. diff --git a/SYCL/Reduction/reduction_range_usm_dw.cpp b/SYCL/Reduction/reduction_range_usm_dw.cpp index ae149a08e6..156086b96e 100644 --- a/SYCL/Reduction/reduction_range_usm_dw.cpp +++ b/SYCL/Reduction/reduction_range_usm_dw.cpp @@ -7,9 +7,6 @@ // supported on host device.` on Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - #include "reduction_range_scalar.hpp" // This test performs basic checks of parallel_for(range<1>, reduction, func) diff --git a/SYCL/Reduction/reduction_usm.cpp b/SYCL/Reduction/reduction_usm.cpp index eb12c1ebc6..25a782960b 100644 --- a/SYCL/Reduction/reduction_usm.cpp +++ b/SYCL/Reduction/reduction_usm.cpp @@ -6,9 +6,6 @@ // `Group algorithms are not supported on host device.` on Nvidia. // XFAIL: hip_nvidia -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero - // This test performs basic checks of parallel_for(nd_range, reduction, func) // with reductions initialized with USM var. It tests both // ext::oneapi::reduction and SYCL-2020 reduction (sycl::reduction) assuming diff --git a/SYCL/Reduction/reduction_usm_dw.cpp b/SYCL/Reduction/reduction_usm_dw.cpp index fb33125fcc..25d55b3033 100644 --- a/SYCL/Reduction/reduction_usm_dw.cpp +++ b/SYCL/Reduction/reduction_usm_dw.cpp @@ -3,9 +3,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// TODO: test disabled due to sporadic fails in level_zero:gpu RT. -// UNSUPPORTED: linux && level_zero -// // `Group algorithms are not supported on host device` on Nvidia. // XFAIL: hip_nvidia