Skip to content
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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/HierPar/hier_par_wgscope_O0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Regression/unoptimized_stream.cpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down