Skip to content

Commit 27bd7ae

Browse files
[SYCL][HIP] Remove unsupported from O0 tests on AMD (#13967)
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. --------- Co-authored-by: Steffen Larsen <[email protected]>
1 parent 4c2cbc5 commit 27bd7ae

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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+
// REQUIRES: aspect-usm_shared_allocations
64

75
// RUN: %{build} -o %t.out
86
// 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)