Skip to content

[SYCL][E2E] Fix LIT requires vulkan directive #18348

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

Merged

Conversation

przemektmalon
Copy link
Contributor

The addition of "vulkan" to config.available_features was moved to bindless_images/lit.local.cfg in #18220. This broke the // REQUIRES: vulkan directive, and tests were reporting as being unsupported despite vulkan being available on the system.

This patch moves the check and addition of vulkan to the available features back to test-e2e/lit.cfg.py to fix the issue.

The addition of "vulkan" to `config.available_features` was moved to
`bindless_images/lit.local.cfg` in intel#18220. This broke the
`// REQUIRES: vulkan` directive, and tests were reporting as being
unsupported despite vulkan being available on the system.

This patch moves the check and addition of vulkan to the available
features back to `test-e2e/lit.cfg.py` to fix the issue.
@przemektmalon
Copy link
Contributor Author

@intel/llvm-gatekeepers This is ready to merge.

@martygrant martygrant merged commit 2710b53 into intel:sycl May 8, 2025
36 of 37 checks passed
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.

5 participants