Skip to content

Commit

Permalink
XFAIL and clarify test
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-eds committed Feb 2, 2024
1 parent 440a370 commit 96f687e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sycl/test-e2e/KernelFusion/non-kernel-cg.cpp
Original file line number Diff line number Diff line change
@@ -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 <sycl/sycl.hpp>
Expand Down

0 comments on commit 96f687e

Please sign in to comment.