diff --git a/sycl/test-e2e/Assert/assert_in_kernels_ndebug.cpp b/sycl/test-e2e/Assert/assert_in_kernels_ndebug.cpp index 4ca45de3d54f3..da77d6bb7b489 100644 --- a/sycl/test-e2e/Assert/assert_in_kernels_ndebug.cpp +++ b/sycl/test-e2e/Assert/assert_in_kernels_ndebug.cpp @@ -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 // diff --git a/sycl/test-e2e/Assert/assert_in_one_kernel_ndebug.cpp b/sycl/test-e2e/Assert/assert_in_one_kernel_ndebug.cpp index 1f68c39e08438..9d00ac12e0b39 100644 --- a/sycl/test-e2e/Assert/assert_in_one_kernel_ndebug.cpp +++ b/sycl/test-e2e/Assert/assert_in_one_kernel_ndebug.cpp @@ -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 //