Skip to content
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

[SYCL][E2E] Add selected targets to available features set #16860

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

ayylol
Copy link
Contributor

@ayylol ayylol commented Jan 31, 2025

This resolves two issues:

  • Currently in build-only XFAILs for target features don't trigger because the target feature is not in the available features set.
  • Being able to use the target feature instead of any-target-is for %if conditions in run lines allows us to only add the bit enclosed in the condition if that target is selected. So for example if a particular target is available, but it is marked as xfail/unsupported for a given test we dont add the bits enclosed in %if target-. On the other hand if this were enclosed with %if any-target-is-, we would add it, which is not always desirable.

@ayylol ayylol requested a review from a team as a code owner January 31, 2025 15:40
@ayylol
Copy link
Contributor Author

ayylol commented Feb 3, 2025

@intel/llvm-gatekeepers This is ready to merge. The single failure is unrelated to this pr, and is described in #16877

@aelovikov-intel aelovikov-intel merged commit 00811c1 into intel:sycl Feb 3, 2025
15 of 16 checks passed
@ayylol ayylol deleted the add-selected-target branch February 3, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants