diff --git a/sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp b/sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp index cf9bb8cf5c850..ed705979ac4fe 100644 --- a/sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp +++ b/sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp @@ -1,8 +1,6 @@ -// Test hangs on AMD with https://github.com/intel/llvm/pull/8412 -// UNSUPPORTED: hip_amd - // Windows doesn't yet have full shutdown(). // UNSUPPORTED: ze_debug && windows +// REQUIRES: aspect-usm_shared_allocations // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp b/sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp index d9677e1b93f91..6f19d9f3cdf2a 100644 --- a/sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp +++ b/sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp @@ -5,10 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// - -// Test hangs on AMD with https://github.com/intel/llvm/pull/8412 -// UNSUPPORTED: hip_amd - // RUN: %{build} -O0 -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/Regression/unoptimized_stream.cpp b/sycl/test-e2e/Regression/unoptimized_stream.cpp index 82b2b1ad0d789..12c1eea03fd03 100644 --- a/sycl/test-e2e/Regression/unoptimized_stream.cpp +++ b/sycl/test-e2e/Regression/unoptimized_stream.cpp @@ -1,6 +1,3 @@ -// Test hangs on AMD with https://github.com/intel/llvm/pull/8412 -// UNSUPPORTED: hip_amd - // RUN: %{build} -O0 -o %t.out // RUN: %{run} %t.out