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

[SYCL] Enable reduction tests back (LevelZero GPU RT was updated) #1134

Merged
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
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_nd_s0_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_nd_s0_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_nd_s1_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_nd_s1_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_1d_s0_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_1d_s0_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_1d_s1_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_1d_s1_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_2d_s1_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_2d_s1_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_3d_s1_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_3d_s1_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_usm_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_usm_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down