Skip to content

Commit

Permalink
[SYCL][E2E] XFAIL kernel_and_bundle.cpp on HIP AMD (#14990)
Browse files Browse the repository at this point in the history
It's failing, see [here](#14989)

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Aug 7, 2024
1 parent bcc0fab commit 2422e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// REQUIRES: cuda || hip

// https://github.com/intel/llvm/issues/14989
// XFAIL: hip_amd

// RUN: %{build} -fsycl-embed-ir -o %t.out
// RUN: env SYCL_JIT_AMDGCN_PTX_KERNELS=1 env SYCL_JIT_COMPILER_DEBUG="sycl-spec-const-materializer" %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt

Expand Down

0 comments on commit 2422e85

Please sign in to comment.