Skip to content

Commit 8890b87

Browse files
committed
[SYCL][HIP] Remove unsupported from O0 tests on AMD
This was tracked down to a bug in ROCm that seems to be fixed with newer versions, and the CI is now on ROCm 6+ so these should be fine. ROCm ticket: ROCm/clr#13 The reduce over group test works on W6800 and MI210, but it seems for gfx1031 it reports not supporting shared USM, note that HIP for gfx1031 isn't officially supported by AMD.
1 parent 8a33df3 commit 8890b87

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Test hangs on AMD with https://github.com/intel/llvm/pull/8412
2-
// UNSUPPORTED: hip_amd
3-
41
// Windows doesn't yet have full shutdown().
52
// UNSUPPORTED: ze_debug && windows
3+
//
4+
// The CI GPU doesn't report support for shared USM
5+
// XFAIL: hip_amd
66

77
// RUN: %{build} -o %t.out
88
// RUN: %{run} %t.out

sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
9-
// Test hangs on AMD with https://github.com/intel/llvm/pull/8412
10-
// UNSUPPORTED: hip_amd
11-
128
// RUN: %{build} -O0 -o %t.out
139

1410
// RUN: %{run} %t.out

sycl/test-e2e/Regression/unoptimized_stream.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Test hangs on AMD with https://github.com/intel/llvm/pull/8412
2-
// UNSUPPORTED: hip_amd
3-
41
// RUN: %{build} -O0 -o %t.out
52
// RUN: %{run} %t.out
63

0 commit comments

Comments
 (0)