-
Notifications
You must be signed in to change notification settings - Fork 807
[E2E] Enable end-to-end tests supported by the SPIR-V backend #20104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
// RUN: %{run} not %t.out 2>&1 | FileCheck %S/Inputs/host-usm-oob.cpp | ||
|
||
// XFAIL: spirv-backend && arch-intel_gpu_pvc | ||
// XFAIL-TRACKER: CMPLRLLVM-64052 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is meaningless for the upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion! I've updated the xfail tracker to reference the issue in llvm-project instead of linking to the Jira issue.
d7f333b
to
dc8ee02
Compare
38ae73a
to
5847b50
Compare
5847b50
to
cc518c7
Compare
This PR re-enables SYCL end-to-end tests previously marked as XFAIL or UNSUPPORTED on the SPIR-V backend, as they now pass. For tests that are still failing, new issues have been created in llvm-project and added as XFAIL-TRACKER.