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

[SYCL] XFAIL spec_constants_after_link for HIP #1572

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

steffenlarsen
Copy link

The HIP backend does not currently implement piProgramLink and as such spec_constants_after_link is expected to fail for it.

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]>
@@ -3,6 +3,9 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// FIXME: ACC devices use emulation path, which is not yet supported

// HIP backend does not currently implement linking.
// XFAIL: hip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// XFAIL: hip
// UNSUPPORTED: hip

?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not against going with UNSUPPORTED, but since this is a consistent failure due to missing functionality, XFAIL has the added benefit of telling us when the test is ready to be enabled, so we don't miss enabling it. It does of course come with the downside of needing a merge of both test-suite changes and intel/llvm changes being merged at the same time, causing the problem with failing tests in the test-suite CI.

@bader
Copy link

bader commented Feb 6, 2023

@intel/llvm-reviewers-runtime, please, review ASAP. This issue impacts pre-commit validation in intel/llvm repository.

@aelovikov-intel
Copy link

@intel/llvm-reviewers-runtime, please, review ASAP. This issue impacts pre-commit validation in intel/llvm repository.

Done, please merge.

@steffenlarsen steffenlarsen merged commit 4b9e723 into intel:intel Feb 6, 2023
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
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]>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…#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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants