From 3c2c938769914eedd935c4fff097591f340ee0de Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Thu, 25 Jul 2024 15:43:08 -0400 Subject: [PATCH] [SYCL] Disable debug_output fusion test (#14784) Failing as per https://github.com/intel/llvm/issues/14783 Signed-off-by: Sarnie, Nick --- sycl-fusion/test/materializer/debug_output.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl-fusion/test/materializer/debug_output.ll b/sycl-fusion/test/materializer/debug_output.ll index b7949e7d3f401..b9d0250118f1c 100644 --- a/sycl-fusion/test/materializer/debug_output.ll +++ b/sycl-fusion/test/materializer/debug_output.ll @@ -1,3 +1,5 @@ +; https://github.com/intel/llvm/issues/14783 +; REQUIRES: TEMPORARY_DISABLED ; RUN: %if hip_amd %{ env SYCL_JIT_COMPILER_DEBUG="sycl-spec-const-materializer" opt\ ; RUN: -load-pass-plugin %shlibdir/SYCLKernelFusion%shlibext --mtriple amdgcn-amd-amdhsa\ ; RUN: -passes=sycl-spec-const-materializer,sccp -S %s 2> %t.stderr\