Skip to content

Commit b4baf0c

Browse files
KseniyaTikhomirovabb-sycl
authored andcommitted
[SYCL] Enable reduction tests back (LevelZero GPU RT was updated) (intel#1134)
* [SYCL] Enable reduction tests disabled due to error in L0. Solved with driver update. This commit reverts disabling made by intel#381 and intel#457. Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 3a006a8 commit b4baf0c

15 files changed

+0
-45
lines changed

SYCL/Reduction/reduction_nd_s0_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// `Group algorithms are not supported on host device.` on HIP Nvidia.
77
// XFAIL: hip_nvidia
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1310
// with reductions initialized with 0-dimensional discard_write accessor.
1411

SYCL/Reduction/reduction_nd_s0_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// `Group algorithms are not supported on host device.` on Nvidia.
77
// XFAIL: hip_nvidia
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1310
// with reductions initialized with 0-dimensional read_write accessor.
1411

SYCL/Reduction/reduction_nd_s1_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// `Group algorithms are not supported on host device.` on Nvidia.
88
// XFAIL: hip_nvidia
99

10-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
11-
// UNSUPPORTED: linux && level_zero
12-
1310
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1411
// with reductions initialized with 1-dimensional discard_write accessor
1512
// accessing 1 element buffer.

SYCL/Reduction/reduction_nd_s1_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// `Group algorithms are not supported on host device.` on Nvidia.
77
// XFAIL: hip_nvidia
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1310
// with reductions initialized with 1-dimensional read_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_1d_s0_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<1>, reduction, func)
1310
// with reductions initialized with 0-dimensional discard_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_1d_s0_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<1>, reduction, func)
1310
// with reductions initialized with 0-dimensional read_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_1d_s1_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
7-
// UNSUPPORTED: linux && level_zero
8-
96
#include "reduction_range_scalar.hpp"
107

118
// This test performs basic checks of parallel_for(range<1>, reduction, func)

SYCL/Reduction/reduction_range_1d_s1_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
7-
// UNSUPPORTED: linux && level_zero
8-
96
// This test performs basic checks of parallel_for(range<1>, reduction, func)
107
// with reductions initialized with 1-dimensional read_write accessor
118
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_2d_s1_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<2>, reduction, func)
1310
// with reductions initialized with 1-dimensional discard_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_2d_s1_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<2>, reduction, func)
1310
// with reductions initialized with 1-dimensional discard_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_3d_s1_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<3>, reduction, func)
1310
// with reductions initialized with 1-dimensional discard_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_3d_s1_rw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// implementation. Enable testing when implementation is fixed.
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(range<3>, reduction, func)
1310
// with reductions initialized with 1-dimensional discard_write accessor
1411
// accessing 1 element buffer.

SYCL/Reduction/reduction_range_usm_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// supported on host device.` on Nvidia.
88
// XFAIL: hip_nvidia
99

10-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
11-
// UNSUPPORTED: linux && level_zero
12-
1310
#include "reduction_range_scalar.hpp"
1411

1512
// This test performs basic checks of parallel_for(range<1>, reduction, func)

SYCL/Reduction/reduction_usm.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// `Group algorithms are not supported on host device.` on Nvidia.
77
// XFAIL: hip_nvidia
88

9-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
10-
// UNSUPPORTED: linux && level_zero
11-
129
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1310
// with reductions initialized with USM var. It tests both
1411
// ext::oneapi::reduction and SYCL-2020 reduction (sycl::reduction) assuming

SYCL/Reduction/reduction_usm_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
7-
// UNSUPPORTED: linux && level_zero
8-
//
96
// `Group algorithms are not supported on host device` on Nvidia.
107
// XFAIL: hip_nvidia
118

0 commit comments

Comments
 (0)