Skip to content

Commit

Permalink
Xfail all assert tests on hip.
Browse files Browse the repository at this point in the history
Due to ROCm/HIP#3368

Signed-off-by: JackAKirk <[email protected]>
  • Loading branch information
JackAKirk committed Mar 8, 2024
1 parent b49a262 commit 69237b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sycl/test-e2e/Assert/assert_in_kernels_ndebug.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://github.com/intel/llvm/issues/7634
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -DNDEBUG %S/assert_in_kernels.cpp -o %t.out
// RUN: %{run} %t.out | FileCheck %s
//
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Assert/assert_in_one_kernel_ndebug.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://github.com/intel/llvm/issues/7634
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -DNDEBUG %S/assert_in_one_kernel.cpp -o %t.out
// RUN: %{run} %t.out | FileCheck %s
//
Expand Down

0 comments on commit 69237b2

Please sign in to comment.