Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 4b9e723

Browse files
[SYCL] XFAIL spec_constants_after_link for HIP (#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 0e64964 commit 4b9e723

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)