From 96f687e287ec8c9855d721c06d704b3412f57946 Mon Sep 17 00:00:00 2001 From: Victor Perez Date: Wed, 31 Jan 2024 12:15:59 +0000 Subject: [PATCH] XFAIL and clarify test --- sycl/test-e2e/KernelFusion/non-kernel-cg.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/KernelFusion/non-kernel-cg.cpp b/sycl/test-e2e/KernelFusion/non-kernel-cg.cpp index aa796dcde291b..bfdb61d9f7356 100644 --- a/sycl/test-e2e/KernelFusion/non-kernel-cg.cpp +++ b/sycl/test-e2e/KernelFusion/non-kernel-cg.cpp @@ -1,7 +1,13 @@ // RUN: %{build} -fsycl-embed-ir -o %t.out // RUN: env SYCL_RT_WARNING_LEVEL=2 %{run} %t.out +// XFAIL: hip -// Test fusion of non-kernel device command groups is aborted. +// COM: Test fails on hip due to unsupported CG kinds being tested. This test +// only checks fusion does not crash on non-kernel CG (target independent test), +// so having multiple CG kinds has higher priority than running the test on all +// backends. + +// Test non-kernel device command groups are not fused #include "sycl/detail/pi.h" #include