Skip to content

Commit b10f20f

Browse files
[SYCL] XFAIL spec_constants_after_link for HIP (intel/llvm-test-suite#1572)
The HIP backend does not currently implement piProgramLink and as such spec_constants_after_link is expected to fail for it. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 7dd8658 commit b10f20f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/KernelAndProgram/spec_constants_after_link.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// FIXME: ACC devices use emulation path, which is not yet supported
55

6+
// HIP backend does not currently implement linking.
7+
// XFAIL: hip
8+
69
// This test checks that specialization constant information is available on
710
// kernel bundles produced by sycl::link.
811

0 commit comments

Comments
 (0)